Ensure worker config exists in systemd service (#7528)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user