diff options
author | David Vo <auscompgeek@users.noreply.github.com> | 2020-05-21 22:47:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 13:47:23 +0100 |
commit | d74cdc1a42e8b487d74c214b1d0ca575429d546a (patch) | |
tree | 785129c937f870b5bf9e26f435da0851ca7d1efd /docs | |
parent | add a comment (diff) | |
download | synapse-d74cdc1a42e8b487d74c214b1d0ca575429d546a.tar.xz |
Ensure worker config exists in systemd service (#7528)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/systemd-with-workers/system/matrix-synapse-worker@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/systemd-with-workers/system/matrix-synapse-worker@.service b/docs/systemd-with-workers/system/matrix-synapse-worker@.service index 70589a7a51..39bc5e88e8 100644 --- a/docs/systemd-with-workers/system/matrix-synapse-worker@.service +++ b/docs/systemd-with-workers/system/matrix-synapse-worker@.service @@ -1,6 +1,6 @@ [Unit] Description=Synapse %i - +AssertPathExists=/etc/matrix-synapse/workers/%i.yaml # This service should be restarted when the synapse target is restarted. PartOf=matrix-synapse.target |