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,8 +2,9 @@
|
||||||
Description=Minecraft Server Backup
|
Description=Minecraft Server Backup
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=1min
|
OnCalendar=*:0/10:*
|
||||||
|
OnBootSec=10min
|
||||||
OnUnitActiveSec=10min
|
OnUnitActiveSec=10min
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Reference in New Issue