Skip to content
Snippets Groups Projects
Commit c44fe25c authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'prosody' into 'master'

acmebot: Fix systemd service treatment for prosody

See merge request !44
parents 3accb45d 1b036f30
No related branches found
No related tags found
1 merge request!44Fix systemd service treatment for prosody
Pipeline #4672 passed
...@@ -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