Adds test for systemd

This commit is contained in:
Nikolaos Kakouros
2019-05-12 21:10:51 +02:00
parent d446865f13
commit 5e295e8714
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ Description=Let's Encrypt renewal service
[Service]
User={{ certbot_auto_renew_user }}
Type=oneshot
ExecStart={{ certbot_script }} renew --quiet --agree-tos
ExecStart={{ certbot_script }} renew {{ certbot_auto_renew_options }}
ExecStartPost=/bin/systemctl reload {{ certbot_web_service }}.service