2018-12-10 10:14:34 -07:00
|
|
|
[Unit]
|
|
|
|
Description=Synapse Matrix homeserver
|
|
|
|
|
|
|
|
[Service]
|
2020-08-27 03:39:13 -06:00
|
|
|
Type=notify
|
2018-12-10 10:14:34 -07:00
|
|
|
User=matrix-synapse
|
|
|
|
WorkingDirectory=/var/lib/matrix-synapse
|
2018-12-20 04:33:29 -07:00
|
|
|
ExecStartPre=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ --generate-keys
|
|
|
|
ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/
|
2019-02-14 06:44:22 -07:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2018-12-10 10:14:34 -07:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
2019-05-10 02:09:25 -06:00
|
|
|
SyslogIdentifier=matrix-synapse
|
2018-12-10 10:14:34 -07:00
|
|
|
|
2022-08-26 02:10:54 -06:00
|
|
|
# The environment file is not shipped by default anymore and the below directive
|
|
|
|
# is for backwards compatibility only. Please use your homeserver.yaml if
|
|
|
|
# possible.
|
|
|
|
EnvironmentFile=-/etc/default/matrix-synapse
|
|
|
|
|
2018-12-10 10:14:34 -07:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|