Browse Source

Adjust some files to the AUR patches

jplatte/up-ruma
Jonas Zohren 4 years ago
parent
commit
8392809eb1
  1. 7
      conduit-example.toml
  2. 1
      debian/matrix-conduit.service

7
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

1
debian/matrix-conduit.service vendored

@ -3,6 +3,7 @@ Description=Conduit Matrix homeserver
After=network.target
[Service]
DynamicUser=yes
User=_matrix-conduit
Group=_matrix-conduit
Type=simple

Loading…
Cancel
Save