From 9c4ea42e79b78471d998214c0215b4c23dc3fc35 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Wed, 29 Apr 2015 12:22:20 +0100
Subject: [PATCH] minimal doc

---
 contrib/systemd/synapse.service | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/systemd/synapse.service b/contrib/systemd/synapse.service
index 1eca13a37e..2e8cd21c9e 100644
--- a/contrib/systemd/synapse.service
+++ b/contrib/systemd/synapse.service
@@ -1,3 +1,7 @@
+# This assumes that Synapse has been installed as a system package
+# (e.g. https://aur.archlinux.org/packages/matrix-synapse/ for ArchLinux)
+# rather than in a user home directory or similar under virtualenv.
+
 [Unit]
 Description=Synapse Matrix homeserver
 
-- 
GitLab