[matrix] redoit

This commit is contained in:
Vladan Popovic 2021-02-01 22:08:22 +01:00
parent b21ec4f504
commit d56dbacde6
6 changed files with 75 additions and 189 deletions

View file

@ -4,14 +4,13 @@ After=network-online.target
Requires=network-online.target
[Service]
MemoryDenyWriteExecute=no
Environment=LANG=en_US.UTF-8
Environment=SYNAPSE_LOG_LEVEL=DEBUG
Environment=PYTHONDONTWRITEBYTECODE=1
ExecStart=/usr/bin/python3 -m synapse.app.homeserver -c /etc/matrix/homeserver.yaml
ExecStart=/usr/bin/synctl start /etc/matrix/homeserver.yaml --no-daemonize
ExecStop=/usr/bin/synctl stop /etc/matrix/homeserver.yaml
StateDirectory=matrix-synapse
ConfigurationDirectory=matrix
RuntimeDirectory=matrix