summary refs log tree commit diff
path: root/docs/systemd-with-workers/system/matrix-synapse-worker@.service
diff options
context:
space:
mode:
Diffstat (limited to 'docs/systemd-with-workers/system/matrix-synapse-worker@.service')
-rw-r--r--docs/systemd-with-workers/system/matrix-synapse-worker@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/systemd-with-workers/system/matrix-synapse-worker@.service b/docs/systemd-with-workers/system/matrix-synapse-worker@.service
index cb5ac0ac87..d164e8ce1f 100644
--- a/docs/systemd-with-workers/system/matrix-synapse-worker@.service
+++ b/docs/systemd-with-workers/system/matrix-synapse-worker@.service
@@ -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.