mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
15 lines
593 B
SYSTEMD
15 lines
593 B
SYSTEMD
|
[Unit]
|
||
|
Description=Synapse Matrix homeserver
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=matrix-synapse
|
||
|
WorkingDirectory=/var/lib/matrix-synapse
|
||
|
EnvironmentFile=/etc/default/matrix-synapse
|
||
|
ExecStartPre=/opt/yunohost/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/yunohost/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|