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.
This commit is contained in:
2025-10-27 16:48:15 +01:00
parent e1cb23a9a6
commit c550ca6f85

View File

@@ -1,10 +1,11 @@
[Unit]
Description=Run chill send-sms
Description=Run chill send-sms hourly 7:0018: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
WantedBy=timers.target