2017-07-21 22:28:49 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Synapse Matrix homeserver
|
2018-07-28 15:59:01 +02:00
|
|
|
After=network.target
|
2017-07-21 22:28:49 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-01-19 22:05:39 +01:00
|
|
|
User=matrix-__APP__
|
2020-12-07 16:34:41 +01:00
|
|
|
WorkingDirectory=/opt/yunohost/matrix-__APP__
|
2018-01-19 22:05:39 +01:00
|
|
|
EnvironmentFile=/etc/default/matrix-__APP__
|
|
|
|
ExecStartPre=/opt/yunohost/matrix-__APP__/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-__APP__/homeserver.yaml --config-path=/etc/matrix-__APP__/conf.d/ --generate-keys
|
|
|
|
ExecStart=/opt/yunohost/matrix-__APP__/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-__APP__/homeserver.yaml --config-path=/etc/matrix-__APP__/conf.d/
|
2017-07-21 22:28:49 +02:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
2019-11-12 21:58:50 +01:00
|
|
|
RuntimeDirectory=%i
|
2017-07-21 22:28:49 +02:00
|
|
|
|
|
|
|
[Install]
|
2019-11-12 21:58:50 +01:00
|
|
|
WantedBy=multi-user.target
|