mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-01 04:14:35 +00:00
9 lines
145 B
SYSTEMD
9 lines
145 B
SYSTEMD
|
[Unit]
|
||
|
Description=Runs certbot renew monthly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-1 05:00:00
|
||
|
Unit=certbot_renew.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|