Start traditionally, stop synctl

Starting with synctl lead to "no config file found"
Stopping also leads to some (code=exited, status=1/FAILURE), but at least now we can stop the service.
pull/2464/head
rnbdsh 2017-09-24 04:55:19 +02:00 committed by GitHub
parent 68f737702b
commit b68b0ede7a
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ Type=simple
User=synapse
Group=synapse
WorkingDirectory=/var/lib/synapse
ExecStart=/usr/bin/synctl start /etc/synapse/homeserver.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