forked from unitoo/configurations
11 lines
209 B
SYSTEMD
11 lines
209 B
SYSTEMD
|
[Unit]
|
||
|
Description=This is the timer schedule Automatic renewals of SSL certificates obtained with certbot
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
RandomizedDelaySec=6hours
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|