refactor: backup timer not reporting next run
Change the backup timer from monotonic time to realtime and to run every ten minutes. closes #1
This commit is contained in:
parent
01607e0d08
commit
94e5b33f6d
|
@ -2,7 +2,8 @@
|
|||
Description=Minecraft Server Backup
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnCalendar=*:0/10:*
|
||||
OnBootSec=10min
|
||||
OnUnitActiveSec=10min
|
||||
|
||||
[Install]
|
||||
|
|
Reference in New Issue