9 lines
166 B
SYSTEMD
9 lines
166 B
SYSTEMD
[Unit]
|
|
Description=Timer to renew letsencrypt certs periodically
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-4,14,24 04:15:15
|
|
RandomizedDelaySec=31m17s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|