11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run certbot.service twice daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 00,12:00:00
|
||
|
RandomizedDelaySec=3600
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|