11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run Certbot twice daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 00/12:00:00
|
||
|
RandomizedDelaySec=12h
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|