ansible-collection-famedly-.../files/matrix-synapse.service
2018-12-02 23:46:46 +01:00

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