From dbfd65b83b3ee798d059ddf4973a16cf736dfacc Mon Sep 17 00:00:00 2001 From: Adam Douglas Date: Sun, 1 Mar 2020 00:18:26 -0600 Subject: [PATCH] refactor: remove redundant property Remove monotonic properties which are redundant with the use of OnCalendar. closes #2 --- minecraft-backup.timer | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/minecraft-backup.timer b/minecraft-backup.timer index 0e752c0..16176ca 100644 --- a/minecraft-backup.timer +++ b/minecraft-backup.timer @@ -2,9 +2,7 @@ Description=Minecraft Server Backup [Timer] -OnCalendar=*:0/10:* -OnBootSec=10min -OnUnitActiveSec=10min +OnCalendar=*:0/10 [Install] WantedBy=multi-user.target