summary refs log tree commit diff
path: root/contrib/systemd/matrix-synapse.service
diff options
context:
space:
mode:
authorClifford Garwood II <cliff@cigii.com>2019-12-05 08:13:47 -0500
committerAndrew Morgan <andrew@amorgan.xyz>2019-12-05 15:43:32 +0000
commitdc8747895ec026c365e687853b5ca12225fb881e (patch)
tree223158c9dab998f09ac25b93e6fe13d5235b5cd9 /contrib/systemd/matrix-synapse.service
parentStronger typing in the federation handler (#6480) (diff)
downloadsynapse-dc8747895ec026c365e687853b5ca12225fb881e.tar.xz
Modify systemd unit file reference to align with installation instruction (#6369)
Signed-off-by: Clifford Garwood II cliff@cigii.com
Diffstat (limited to '')
-rw-r--r--contrib/systemd/matrix-synapse.service7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/systemd/matrix-synapse.service b/contrib/systemd/matrix-synapse.service
index 38d369ea3d..bd492544b6 100644
--- a/contrib/systemd/matrix-synapse.service
+++ b/contrib/systemd/matrix-synapse.service
@@ -4,8 +4,11 @@
 #    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
-# /opt/synapse/env.
+# the user's home directory: `/home/synapse/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.
@@ -23,7 +26,7 @@ User=synapse
 Group=nogroup
 
 WorkingDirectory=/opt/synapse
-ExecStart=/opt/synapse/env/bin/python -m synapse.app.homeserver --config-path=/opt/synapse/homeserver.yaml
+ExecStart=/home/synapse/synapse/env/bin/python -m synapse.app.homeserver --config-path=/home/synapse/synapse/homeserver.yaml
 SyslogIdentifier=matrix-synapse
 
 # adjust the cache factor if necessary