mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
11 lines
174 B
SYSTEMD
11 lines
174 B
SYSTEMD
[Unit]
|
|
Description=Twice daily renewal of Let's Encrypt's certificates
|
|
|
|
[Timer]
|
|
OnCalendar=0/12:00:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|