17 lines
505 B
Plaintext
17 lines
505 B
Plaintext
|
[Unit]
|
||
|
Description="Matrix Synapse Server (synapse)"
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory={{ matrix_synapse_base_path }}
|
||
|
ExecStart={{ matrix_synapse_base_path }}/env/bin/python -m synapse.app.homeserver --config-path={{ matrix_synapse_base_path }}/homeserver.yaml
|
||
|
ExecStop={{ matrix_synapse_base_path }}/env/bin/synctl stop {{ matrix_synapse_base_path }}/homeserver.yaml
|
||
|
User=synapse
|
||
|
Group=synapse
|
||
|
Restart=always
|
||
|
StandardOutput=syslog
|
||
|
SyslogIdentifier=matrix_synapse
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|