浏览代码

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.
rnbdsh 6 年之前
父节点
当前提交
b68b0ede7a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      contrib/systemd/synapse.service

+ 2 - 1
contrib/systemd/synapse.service

@@ -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
+