mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 15:17:44 +00:00
Fix restart
This commit is contained in:
@@ -73,8 +73,8 @@ def main():
|
||||
elif action == "stop":
|
||||
stop(pidfile)
|
||||
elif action == "restart":
|
||||
stop()
|
||||
start()
|
||||
stop(pidfile)
|
||||
start(configfile)
|
||||
else:
|
||||
sys.stderr.write("Usage: %s [start|stop|restart] [configfile]\n" % (sys.argv[0],))
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user