Skip to content

Commit 67dabe1

Browse files
committedApr 20, 2018
Document contrib directory
1 parent 11a67b7 commit 67dabe1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎contrib/README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Community Contributions
2+
=======================
3+
4+
Everything in this directory are projects submitted by the community that may be useful
5+
to others. As such, the project maintainers cannot guarantee support, stability
6+
or backwards compatibility of these projects.
7+
8+
Files in this directory should *not* be relied on directly, as they may not
9+
continue to work or exist in future. If you wish to use any of these files then
10+
they should be copied to avoid them breaking from underneath you.

‎contrib/systemd/synapse.service

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# (e.g. https://www.archlinux.org/packages/community/any/matrix-synapse/ for ArchLinux)
33
# rather than in a user home directory or similar under virtualenv.
44

5+
# **NOTE:** This is an example service file that may change in the future. If you
6+
# wish to use this please copy rather than symlink it.
7+
58
[Unit]
69
Description=Synapse Matrix homeserver
710

@@ -12,6 +15,7 @@ Group=synapse
1215
WorkingDirectory=/var/lib/synapse
1316
ExecStart=/usr/bin/python2.7 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
1417
ExecStop=/usr/bin/synctl stop /etc/synapse/homeserver.yaml
18+
# EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR
1519

1620
[Install]
1721
WantedBy=multi-user.target

0 commit comments

Comments
 (0)
Please sign in to comment.