diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:57:53 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:57:53 +0000 |
commit | ce18a1206c9e6ca74177c8ca16e42efae934c00f (patch) | |
tree | bc9c2dd4f50aca92c7759bf0cd518a984f2ed340 /roles/web/files/certbot/certbot.service | |
parent | 6c781bb8b9b5dea1f3cdb75a6cbde2b9e8942e8c (diff) | |
download | infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.tar.gz infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.tar.bz2 infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.zip |
Make certbot a role
Diffstat (limited to 'roles/web/files/certbot/certbot.service')
-rw-r--r-- | roles/web/files/certbot/certbot.service | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/web/files/certbot/certbot.service b/roles/web/files/certbot/certbot.service deleted file mode 100644 index bea307c..0000000 --- a/roles/web/files/certbot/certbot.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Let's Encrypt renewal - -[Service] -Type=oneshot -ExecStart=/usr/bin/certbot renew --agree-tos --deploy-hook "systemctl reload nginx" |