Remove worker pidfiles, not needed as result of removing synchrotron-balancer
This commit is contained in:
@@ -10,12 +10,10 @@ After=matrix-synapse.service
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=main
|
||||
PIDFile=/run/matrix-synapse/%i.pid
|
||||
User=matrix-synapse
|
||||
WorkingDirectory=/var/lib/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
|
||||
ExecStartPost=/bin/sh -c "echo $MAINPID > /run/matrix-synapse/%i.pid"
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
d /run/matrix-synapse 0755 matrix-synapse nogroup - -
|
||||
Reference in New Issue
Block a user