Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Ensure worker config exists in systemd service (#7528)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored May 21, 2020
1 parent 075375b commit d74cdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7528.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the systemd worker service to check that the worker config file exists instead of silently failing. Contributed by David Vo.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d74cdc1

Please sign in to comment.