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