1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/certbot/files/certbot-renewal.timer
Florian Pritz dacb47a73d
Refactor certbot into dedicated role
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-03-24 17:32:47 +01:00

11 lines
164 B
SYSTEMD

[Unit]
Description=Daily renewal of Let's Encrypt's certificates
[Timer]
OnCalendar=daily
RandomizedDelaySec=24h
Persistent=true
[Install]
WantedBy=timers.target