From c550ca6f8507836987d31986b78712f2a9d5aedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 27 Oct 2025 16:48:15 +0100 Subject: [PATCH] Update chill-send-sms timer configuration Refined `chill-send-sms@.timer` to adjust OnCalendar format, add `Persistent=true`, and align `WantedBy` with `timers.target` for improved scheduling and reliability. --- templates/systemd/chill-send-sms@.timer | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/systemd/chill-send-sms@.timer b/templates/systemd/chill-send-sms@.timer index 54547d7..ba9c673 100644 --- a/templates/systemd/chill-send-sms@.timer +++ b/templates/systemd/chill-send-sms@.timer @@ -1,10 +1,11 @@ [Unit] -Description=Run chill send-sms +Description=Run chill send-sms hourly 7:00–18:00 at minute 0 [Timer] Unit=chill-send-sms@%i.service -OnCalendar=*-*-* 7-18:0:00 +OnCalendar=*-*-* 7..18:00:00 +Persistent=true RandomizedDelaySec=60 [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=timers.target \ No newline at end of file