From 4f8365a990e96dacea1eee4b2d04354836bd65d9 Mon Sep 17 00:00:00 2001 From: Adam Douglas Date: Fri, 20 Mar 2020 15:40:40 -0600 Subject: [PATCH] fix: correct systemd timer property name Timers have been changed from monotonic time to realtime. closes #1, #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01fbd8a..b14d75d 100644 --- a/README.md +++ b/README.md @@ -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