Rework the build and include coturn and riot web
This commit is contained in:
parent
d56dbacde6
commit
d9214e47b5
11 changed files with 84 additions and 42 deletions
|
@ -1,6 +1,5 @@
|
|||
[Unit]
|
||||
Description=Synapse - Matrix homeserver
|
||||
After=network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
|
@ -10,7 +9,8 @@ Environment=PYTHONDONTWRITEBYTECODE=1
|
|||
|
||||
ExecStart=/usr/bin/synctl start /etc/matrix/homeserver.yaml --no-daemonize
|
||||
ExecStop=/usr/bin/synctl stop /etc/matrix/homeserver.yaml
|
||||
ExecReload=/opt/synapse/bin/synctl restart /etc/matrix/homeserver.yaml
|
||||
|
||||
StateDirectory=matrix-synapse
|
||||
ConfigurationDirectory=matrix
|
||||
StateDirectory=matrix
|
||||
RuntimeDirectory=matrix
|
||||
ConfigurationDirectory=matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue