diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-05 15:19:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-05 15:19:44 +0100 |
commit | 7bcf88e993e314a1a6e0d477f12ed4e68c20899b (patch) | |
tree | 747af34e3d0e89e4285ab9d98cabd604c6c4955b /config | |
parent | a2e7dfe69b9b0470d79a8446ee57c123b802d529 (diff) |
Use restart not reload in notify commands
Diffstat (limited to 'config')
-rw-r--r-- | config/letsencrypt-certs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/letsencrypt-certs.conf b/config/letsencrypt-certs.conf index 5613ef6..65f07ac 100644 --- a/config/letsencrypt-certs.conf +++ b/config/letsencrypt-certs.conf @@ -44,13 +44,13 @@ # Command to pass the the system's command shell ("/bin/sh -c") after # successful installation of the certificate and/or certificate-chain. -#notify = /bin/systemctl restart nginx +#notify = /bin/systemctl reload nginx #[smtp] #certificate-key = /etc/postfix/ssl/srv.key #certificate-chain = /etc/postfix/ssl/srv.pem #subject = /CN=smtp.example.org -#notify = /bin/systemctl restart postfix +#notify = /bin/systemctl reload postfix ; vim:ft=dosini |