Skip to content
Snippets Groups Projects
Commit f87a11e0 authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Fix restart

parent 76328b85
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment