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
|
Description=MinecraftStats
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=1min
|
OnCalendar=00/6:00
|
||||||
OnUnitActiveSec=6hours
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Reference in New Issue