summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2022-05-10 07:26:19 +0000
committerJonas Zohren <git-pbkyr@jzohren.de>2022-05-10 07:26:19 +0000
commit8392809eb1ce86b715ab48444cee9104288bb204 (patch)
treeae28fe3f6fcb6b8d8554cbeb391e454ab55e025a
parent2fcb3c8b936aea83eb9445919e69ef7627bced84 (diff)
downloadconduit-8392809eb1ce86b715ab48444cee9104288bb204.zip
Adjust some files to the AUR patches
-rw-r--r--conduit-example.toml7
-rw-r--r--debian/matrix-conduit.service1
2 files changed, 8 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index 23c1844..362f7e7 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -1,3 +1,10 @@
+# =============================================================================
+# This is the official example config for Conduit.
+# If you use it for your server, you will need to adjust it to your own needs.
+# At the very least, change the server_name field!
+# =============================================================================
+
+
[global]
# The server_name is the pretty name of this server. It is used as a suffix for user
# and room ids. Examples: matrix.org, conduit.rs
diff --git a/debian/matrix-conduit.service b/debian/matrix-conduit.service
index 7c12d1a..299f268 100644
--- a/debian/matrix-conduit.service
+++ b/debian/matrix-conduit.service
@@ -3,6 +3,7 @@ Description=Conduit Matrix homeserver
After=network.target
[Service]
+DynamicUser=yes
User=_matrix-conduit
Group=_matrix-conduit
Type=simple