diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-02 16:20:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-02 16:20:23 +0100 |
commit | 90d70af269f930f7b76a612ea1946be1fc33a6db (patch) | |
tree | acb44def7327c19932e1017ddd39ab067315c016 /contrib/systemd | |
parent | Merge pull request #2480 from matrix-org/rav/federation_client_logging (diff) | |
parent | Merge branch 'release-v0.23.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-90d70af269f930f7b76a612ea1946be1fc33a6db.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'contrib/systemd')
-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 + |