forked from unitoo/configurations
6 lines
188 B
Desktop File
6 lines
188 B
Desktop File
[Unit]
|
|
Description=Automatically renews SSL certificates obtained with certbot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/certbot renew -q --post-hook /usr/local/bin/certbot-restart-nginx
|