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:
@@ -1,10 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Run chill send-sms
|
Description=Run chill send-sms hourly 7:00–18:00 at minute 0
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=chill-send-sms@%i.service
|
Unit=chill-send-sms@%i.service
|
||||||
OnCalendar=*-*-* 7-18:0:00
|
OnCalendar=*-*-* 7..18:00:00
|
||||||
|
Persistent=true
|
||||||
RandomizedDelaySec=60
|
RandomizedDelaySec=60
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=timers.target
|
||||||
Reference in New Issue
Block a user