fix: correct systemd timer property name

Timers have been changed from monotonic time to realtime.

closes #1, #3
This commit is contained in:
Adam Douglas 2020-03-20 15:40:40 -06:00
parent 5a6841f4dd
commit 4f8365a990
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ at the CLI.
- Ensure paths are correct (ReadWriteDirectories, [WorkingDirectory](https://www.freedesktop.org/software/systemd/man/systemd.exec.html),
[ExecStart](https://www.freedesktop.org/software/systemd/man/systemd.service.html),
[ExecStop](https://www.freedesktop.org/software/systemd/man/systemd.service.html)).
- Ensure timers property "[OnUnitActiveSec](https://www.freedesktop.org/software/systemd/man/)" (backup interval) is set as
- Ensure timers property "[OnCalendar](https://www.freedesktop.org/software/systemd/man/)" is set as
desired.
```console
$ nano minecraft-backup.service