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:
Adam Douglas 2020-02-22 15:08:46 -06:00
parent 01607e0d08
commit 94e5b33f6d
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
Description=Minecraft Server Backup
[Timer]
OnBootSec=1min
OnCalendar=*:0/10:*
OnBootSec=10min
OnUnitActiveSec=10min
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target