mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
11 lines
222 B
SYSTEMD
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
|