mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-18 20:20:09 +00:00
Merge branch 'adopt-aur-patches' into 'next'
Adjust some files to the AUR patches See merge request famedly/conduit!351
This commit is contained in:
commit
8bb58061fd
@ -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]
|
[global]
|
||||||
# The server_name is the pretty name of this server. It is used as a suffix for user
|
# 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
|
# and room ids. Examples: matrix.org, conduit.rs
|
||||||
|
1
debian/matrix-conduit.service
vendored
1
debian/matrix-conduit.service
vendored
@ -3,6 +3,7 @@ Description=Conduit Matrix homeserver
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
DynamicUser=yes
|
||||||
User=_matrix-conduit
|
User=_matrix-conduit
|
||||||
Group=_matrix-conduit
|
Group=_matrix-conduit
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Loading…
Reference in New Issue
Block a user