File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 2
2
# (e.g. https://www.archlinux.org/packages/community/any/matrix-synapse/ for ArchLinux)
3
3
# rather than in a user home directory or similar under virtualenv.
4
4
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
+
5
8
[Unit]
6
9
Description =Synapse Matrix homeserver
7
10
@@ -12,6 +15,7 @@ Group=synapse
12
15
WorkingDirectory =/var/lib/synapse
13
16
ExecStart =/usr/bin/python2.7 -m synapse.app.homeserver --config-path =/etc/synapse/homeserver.yaml
14
17
ExecStop =/usr/bin/synctl stop /etc/synapse/homeserver.yaml
18
+ # EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR
15
19
16
20
[Install]
17
21
WantedBy =multi-user.target
You can’t perform that action at this time.
0 commit comments