Skip to content
Snippets Groups Projects
Commit b68b0ede authored by rnbdsh's avatar rnbdsh Committed by GitHub
Browse files

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.
parent 68f73770
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,9 @@ Type=simple ...@@ -10,8 +10,9 @@ Type=simple
User=synapse User=synapse
Group=synapse Group=synapse
WorkingDirectory=/var/lib/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 ExecStop=/usr/bin/synctl stop /etc/synapse/homeserver.yaml
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment