Skip to content
Snippets Groups Projects

Fix systemd service treatment for prosody

Merged Hinrikus Wolf requested to merge prosody into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -116,7 +116,7 @@ acmebot_default_services:
nginx-proxy: "systemctl reload nginx-proxy"
postfix: "systemctl reload postfix"
postgresql: "systemctl reload postgresql"
prosody: "systemctl restart prosody"
prosody: "systemctl reload prosody"
# authorizations to maintain without certficates (e.g. for master/follower)
acmebot_authorizations: {}
Loading