From f2eb7373ea8f31d59249e16d3edfd184d8a03c70 Mon Sep 17 00:00:00 2001 From: Adam Douglas Date: Fri, 20 Mar 2020 15:08:22 -0600 Subject: [PATCH] fix: stats timer not reporting next run Change timer from monotonic time to realtime. Default every 6 hours. closes #3 --- minecraft-stats.timer | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/minecraft-stats.timer b/minecraft-stats.timer index a36c95b..23e1034 100644 --- a/minecraft-stats.timer +++ b/minecraft-stats.timer @@ -2,8 +2,7 @@ Description=MinecraftStats [Timer] -OnBootSec=1min -OnUnitActiveSec=6hours +OnCalendar=00/6:00 [Install] WantedBy=multi-user.target