13 lines
251 B
SYSTEMD
Executable file
13 lines
251 B
SYSTEMD
Executable file
[Unit]
|
|
Description=Runs certbot renew ever week
|
|
|
|
[Timer]
|
|
# Time to wait after booting before we run first time
|
|
OnBootSec=10min
|
|
# Time between running each consecutive time
|
|
OnUnitActiveSec=1w
|
|
Unit=certbot.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|