Skip to content
Snippets Groups Projects
Unverified Commit 70ea9593 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

example systemd config: propagate reloads to units (#9463)

It should be possible to reload `synapse.target` to have the reload propagate
to all the synapse units.
parent 0a363f9c
No related branches found
No related tags found
No related merge requests found
Update the example systemd config to propagate reloads to individual units.
......@@ -4,6 +4,7 @@ AssertPathExists=/etc/matrix-synapse/workers/%i.yaml
# This service should be restarted when the synapse target is restarted.
PartOf=matrix-synapse.target
ReloadPropagatedFrom=matrix-synapse.target
# if this is started at the same time as the main, let the main process start
# first, to initialise the database schema.
......
......@@ -3,6 +3,7 @@ Description=Synapse master
# This service should be restarted when the synapse target is restarted.
PartOf=matrix-synapse.target
ReloadPropagatedFrom=matrix-synapse.target
[Service]
Type=notify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment