fix: stats timer not reporting next run
Change timer from monotonic time to realtime. Default every 6 hours. closes #3
This commit is contained in:
parent
dbfd65b83b
commit
f2eb7373ea
|
@ -2,8 +2,7 @@
|
|||
Description=MinecraftStats
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=6hours
|
||||
OnCalendar=00/6:00
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Reference in New Issue