diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-12-05 15:46:19 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-12-05 15:46:19 +0000 |
commit | ff119879d618c60e1292152724d90b160514a76f (patch) | |
tree | 3e2b1e6632ea1c0524771faca1a98d646904e798 /contrib/systemd/matrix-synapse.service | |
parent | Modify systemd unit file reference to align with installation instruction (#6... (diff) | |
download | synapse-ff119879d618c60e1292152724d90b160514a76f.tar.xz |
Revert "Modify systemd unit file reference to align with installation instruction (#6369)"
This reverts commit dc8747895ec026c365e687853b5ca12225fb881e.
Diffstat (limited to '')
-rw-r--r-- | contrib/systemd/matrix-synapse.service | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/systemd/matrix-synapse.service b/contrib/systemd/matrix-synapse.service index bd492544b6..38d369ea3d 100644 --- a/contrib/systemd/matrix-synapse.service +++ b/contrib/systemd/matrix-synapse.service @@ -4,11 +4,8 @@ # systemctl enable matrix-synapse # systemctl start matrix-synapse # -# This assumes that Synapse has been installed by a user named -# synapse. -# # This assumes that Synapse has been installed in a virtualenv in -# the user's home directory: `/home/synapse/synapse/env`. +# /opt/synapse/env. # # **NOTE:** This is an example service file that may change in the future. If you # wish to use this please copy rather than symlink it. @@ -26,7 +23,7 @@ User=synapse Group=nogroup WorkingDirectory=/opt/synapse -ExecStart=/home/synapse/synapse/env/bin/python -m synapse.app.homeserver --config-path=/home/synapse/synapse/homeserver.yaml +ExecStart=/opt/synapse/env/bin/python -m synapse.app.homeserver --config-path=/opt/synapse/homeserver.yaml SyslogIdentifier=matrix-synapse # adjust the cache factor if necessary |