Adds test for systemd

This commit is contained in:
Nikolaos Kakouros
2019-05-12 23:26:33 +02:00
parent d446865f13
commit 9b02af1064
4 changed files with 16 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_path }} renew {{ certbot_auto_renew_options }}
ExecStartPost=/bin/systemctl reload {{ certbot_web_service }}.service