Add restart in new entry point

parent fe2d1d3d
...@@ -126,7 +126,7 @@ def dispatch(command, is_node_command): ...@@ -126,7 +126,7 @@ def dispatch(command, is_node_command):
call(bang, config=True) call(bang, config=True)
elif command == 'format': elif command == 'format':
call(format, config=GLOBAL_SLAPOS_CONFIGURATION, option=['-c']) call(format, config=GLOBAL_SLAPOS_CONFIGURATION, option=['-c'])
elif command in ['start', 'stop', 'status', 'tail']: elif command in ['start', 'stop', 'restart', 'status', 'tail']:
# Again, too hackish # Again, too hackish
sys.argv[-2:-2] = [command] sys.argv[-2:-2] = [command]
call(supervisorctl, config=GLOBAL_SLAPOS_CONFIGURATION) call(supervisorctl, config=GLOBAL_SLAPOS_CONFIGURATION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment