summary refs log tree commit diff
path: root/develop/systemd-with-workers/system/matrix-synapse-worker@.service
diff options
context:
space:
mode:
authorcallahad <callahad@users.noreply.github.com>2021-11-07 21:18:52 +0000
committercallahad <callahad@users.noreply.github.com>2021-11-07 21:18:52 +0000
commit0aa2c4318a054ad4bc3e41dc3c5c78d5b06f9a98 (patch)
tree4fc91e2338798b129d6efa45d6473ebefc77083f /develop/systemd-with-workers/system/matrix-synapse-worker@.service
parentdeploy: 09cb441a043947ee367820b56d189c02f5fd35a6 (diff)
downloadsynapse-0aa2c4318a054ad4bc3e41dc3c5c78d5b06f9a98.tar.xz
deploy: 9799c569bb481622b5882b2008a24e6c4658c431
Diffstat (limited to 'develop/systemd-with-workers/system/matrix-synapse-worker@.service')
-rw-r--r--develop/systemd-with-workers/system/matrix-synapse-worker@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/systemd-with-workers/system/matrix-synapse-worker@.service b/develop/systemd-with-workers/system/matrix-synapse-worker@.service

index d164e8ce1f..8f5c44c9d4 100644 --- a/develop/systemd-with-workers/system/matrix-synapse-worker@.service +++ b/develop/systemd-with-workers/system/matrix-synapse-worker@.service
@@ -15,7 +15,7 @@ Type=notify NotifyAccess=main User=matrix-synapse WorkingDirectory=/var/lib/matrix-synapse -EnvironmentFile=/etc/default/matrix-synapse +EnvironmentFile=-/etc/default/matrix-synapse ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.generic_worker --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ --config-path=/etc/matrix-synapse/workers/%i.yaml ExecReload=/bin/kill -HUP $MAINPID Restart=always