forked from MirrorHub/synapse
Ensure worker config exists in systemd service (#7528)
This commit is contained in:
parent
075375bbc9
commit
d74cdc1a42
2 changed files with 2 additions and 1 deletions
1
changelog.d/7528.doc
Normal file
1
changelog.d/7528.doc
Normal 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.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue