xoxys.matrix/templates/etc/systemd/system/matrix.service.j2

21 lines
470 B
Django/Jinja

#jinja2: lstrip_blocks: True
## {{ ansible_managed }}
[Unit]
Description=Synapse Matrix homeserver
[Service]
Type=simple
Restart=on-abort
User={{ matrix_user }}
Group={{ matrix_group }}
WorkingDirectory={{ matrix_base_dir }}
ExecStart={{ matrix_base_dir }}/env/bin/python -m synapse.app.homeserver --config-path={{ matrix_conf_dir }}/homeserver.yaml
# adjust the cache factor if necessary
# Environment=SYNAPSE_CACHE_FACTOR=2.0
[Install]
WantedBy=multi-user.target