1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
synapse_ynh/conf/matrix-synapse.service

18 lines
640 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Synapse Matrix homeserver
2018-07-28 15:59:01 +02:00
After=network.target
[Service]
Type=simple
User=matrix-__APP__
2020-12-07 16:34:41 +01:00
WorkingDirectory=/opt/yunohost/matrix-__APP__
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/
Restart=always
RestartSec=3
RuntimeDirectory=%i
[Install]
WantedBy=multi-user.target