From 70ea9593ffd5f4be09bc9ce5933b3f915f14fffa Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 22 Feb 2021 18:43:17 +0000 Subject: 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. --- docs/systemd-with-workers/system/matrix-synapse.service | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/systemd-with-workers/system/matrix-synapse.service') diff --git a/docs/systemd-with-workers/system/matrix-synapse.service b/docs/systemd-with-workers/system/matrix-synapse.service index c7b5ddfa49..f6b6dfd3ce 100644 --- a/docs/systemd-with-workers/system/matrix-synapse.service +++ b/docs/systemd-with-workers/system/matrix-synapse.service @@ -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 -- cgit 1.5.1