Introduced new systemd `chill-send-sms@.service` and `chill-send-sms@.timer` to schedule and execute SMS sending feature. Updated Ansible tasks to manage these units.
10 lines
164 B
SYSTEMD
10 lines
164 B
SYSTEMD
[Unit]
|
|
Description=Run chill send-sms
|
|
|
|
[Timer]
|
|
Unit=chill-send-sms@%i.service
|
|
OnCalendar=*-*-* 7-18:0:00
|
|
RandomizedDelaySec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |