forked from pool/matrix-synapse
8bd8f596f5
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=83
23 lines
627 B
Desktop File
23 lines
627 B
Desktop File
[Unit]
|
|
Description=Synapse Matrix homeserver
|
|
|
|
[Service]
|
|
Type=simple
|
|
SyslogIdentifier=matrix-synapse
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
User=synapse
|
|
Group=synapse
|
|
WorkingDirectory=/var/lib/matrix-synapse
|
|
|
|
ExecStartPre=@PYTHON_FLAVOR@ -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ --generate-keys
|
|
ExecStart=@PYTHON_FLAVOR@ -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/
|
|
|
|
# Adjust the cache factor if necessary.
|
|
#Environment=SYNAPSE_CACHE_FACTOR=2.0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|