10 lines
136 B
SYSTEMD
10 lines
136 B
SYSTEMD
[Unit]
|
|
Description=Renew certbot certificates
|
|
|
|
[Timer]
|
|
OnBootSec=30s
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |