Fix documentation - timer runs every 15 minutes instead of 5
This commit is contained in:
parent
b845f668b6
commit
41f188a989
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Timetracker
|
||||
|
||||
Tracks every 5 minutes if system is running to store the beginning and end of using the system.
|
||||
Tracks every 15 minutes if system is running to store the beginning and end of using the system.
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Run timetracker every 5 minutes
|
||||
Description=Run timetracker every 15 minutes
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue