1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/files/acme.timer
2019-07-27 17:11:01 +02:00

11 lines
222 B
SYSTEMD

[Unit]
Description = Timer unit to update Let's Encrypt certificates once a day
After = connection.service
[Timer]
OnCalendar = *-*-* 20:00:00
Unit = acme.service
Persistent = True
[Install]
WantedBy = multi-user.target