diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-09-25 09:33:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 09:33:22 +0100 |
commit | b4fd710e1a71aac4bffb3c3d8e150a6e10ec003e (patch) | |
tree | ade56a14d8d84c517a517b9418c653a2d665bcd1 | |
parent | Exclude the github issue template from our sdist (#2440) (diff) | |
parent | Start traditionally, stop synctl (diff) | |
download | synapse-b4fd710e1a71aac4bffb3c3d8e150a6e10ec003e.tar.xz |
Merge pull request #2464 from rnbdsh/patch-4
Remove non-existing files, add stop, use synctl
-rw-r--r-- | contrib/systemd/synapse.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/systemd/synapse.service b/contrib/systemd/synapse.service index 92d94b9d58..3f037055b9 100644 --- a/contrib/systemd/synapse.service +++ b/contrib/systemd/synapse.service @@ -9,9 +9,10 @@ Description=Synapse Matrix homeserver Type=simple User=synapse Group=synapse -EnvironmentFile=-/etc/sysconfig/synapse WorkingDirectory=/var/lib/synapse -ExecStart=/usr/bin/python2.7 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml --log-config=/etc/synapse/log_config.yaml +ExecStart=/usr/bin/python2.7 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml +ExecStop=/usr/bin/synctl stop /etc/synapse/homeserver.yaml [Install] WantedBy=multi-user.target + |