2352997660
Switch to Python 3 since 0.34 supports it
14 lines
412 B
Desktop File
14 lines
412 B
Desktop File
[Unit]
|
|
Description=Synapse Matrix homeserver
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=synapse
|
|
Group=synapse
|
|
WorkingDirectory=/var/lib/synapse
|
|
ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
|
|
ExecStop=/usr/bin/synctl stop /etc/synapse/homeserver.yaml
|
|
# EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|