Skip to content
Snippets Groups Projects
Commit 1b036f30 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

change default behaviour for prosody restart -> reload

parent 3accb45d
No related branches found
No related tags found
1 merge request!44Fix systemd service treatment for prosody
Pipeline #4671 passed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
...@@ -116,7 +116,7 @@ acmebot_default_services: ...@@ -116,7 +116,7 @@ acmebot_default_services:
nginx-proxy: "systemctl reload nginx-proxy" nginx-proxy: "systemctl reload nginx-proxy"
postfix: "systemctl reload postfix" postfix: "systemctl reload postfix"
postgresql: "systemctl reload postgresql" postgresql: "systemctl reload postgresql"
prosody: "systemctl restart prosody" prosody: "systemctl reload prosody"
# authorizations to maintain without certficates (e.g. for master/follower) # authorizations to maintain without certficates (e.g. for master/follower)
acmebot_authorizations: {} acmebot_authorizations: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment