2019-03-15 10:51:46 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Synapse Matrix Worker
|
|
|
|
After=matrix-synapse.service
|
|
|
|
BindsTo=matrix-synapse.service
|
|
|
|
|
|
|
|
[Service]
|
2019-07-23 11:13:12 +02:00
|
|
|
Type=notify
|
|
|
|
NotifyAccess=main
|
2019-03-15 10:51:46 +01:00
|
|
|
User=matrix-synapse
|
|
|
|
WorkingDirectory=/var/lib/matrix-synapse
|
|
|
|
EnvironmentFile=/etc/default/matrix-synapse
|
|
|
|
ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.%i --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
|
|
|
|
RestartSec=3
|
2019-05-10 10:09:25 +02:00
|
|
|
SyslogIdentifier=matrix-synapse-%i
|
2019-03-15 10:51:46 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=matrix-synapse.service
|