Ensure worker config exists in systemd service (#7528)

This commit is contained in:
David Vo 2020-05-21 22:47:23 +10:00 committed by GitHub
parent 075375bbc9
commit d74cdc1a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7528.doc Normal file
View File

@ -0,0 +1 @@
Change the systemd worker service to check that the worker config file exists instead of silently failing. Contributed by David Vo.

View File

@ -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