2022-01-25 23:54:43 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Certbot
|
|
|
|
|
|
|
|
[Service]
|
2023-03-22 17:44:57 -05:00
|
|
|
ExecStart=certbot renew -w /var/lib/letsencrypt/ --preferred-chain "ISRG Root X1"
|
2022-10-01 23:54:40 -05:00
|
|
|
ExecStartPost=-/usr/bin/systemctl reload webserver
|
|
|
|
ExecStartPost=-/usr/bin/systemctl reload irc
|
2022-01-25 23:54:43 -06:00
|
|
|
KillMode=process
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=no
|
|
|
|
User=root
|
|
|
|
Group=root
|