forked from MirrorHub/synapse
Systemd documentation (#6490)
This commit is contained in:
parent
adfdd82b21
commit
96d35f1028
2 changed files with 2 additions and 1 deletions
1
changelog.d/6490.doc
Normal file
1
changelog.d/6490.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Update documentation and variables in user contributed systemd reference file.
|
|
@ -25,7 +25,7 @@ Restart=on-abort
|
|||
User=synapse
|
||||
Group=nogroup
|
||||
|
||||
WorkingDirectory=/opt/synapse
|
||||
WorkingDirectory=/home/synapse/synapse
|
||||
ExecStart=/home/synapse/synapse/env/bin/python -m synapse.app.homeserver --config-path=/home/synapse/synapse/homeserver.yaml
|
||||
SyslogIdentifier=matrix-synapse
|
||||
|
||||
|
|
Loading…
Reference in a new issue