10 lines
169 B
SYSTEMD
10 lines
169 B
SYSTEMD
[Unit]
|
|
Description=Twice daily renewal of LetsEncrypt certificates
|
|
|
|
[Timer]
|
|
OnCalendar=0/12:00:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |