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"
|
2024-07-23 14:18:32 -05:00
|
|
|
ExecStartPost=-/usr/bin/systemctl reload nginx
|
|
|
|
ExecStartPost=-/usr/bin/systemctl reload inspircd
|
2022-01-25 23:54:43 -06:00
|
|
|
KillMode=process
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=no
|
|
|
|
User=root
|
|
|
|
Group=root
|