mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 12:42:29 +00:00
16 lines
452 B
Desktop File
16 lines
452 B
Desktop File
[Unit]
|
|
Description="Matrix Synapse Server (synapse)"
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/synapse
|
|
ExecStart=/opt/synapse/env/bin/python -m synapse.app.homeserver --config-path=/opt/synapse/homeserver.yaml --log-config=/opt/synapse/log.config
|
|
ExecStop=/opt/synapse/env/bin/synctl stop /opt/synapse/homeserver.yaml
|
|
User=synapse
|
|
Group=synapse
|
|
Restart=always
|
|
StandardOutput=syslog
|
|
SyslogIdentifier=matrix_synapse
|
|
|
|
[Install]
|
|
WantedBy=default.target
|