Commit ef6027f0 authored by Yusei Tahara's avatar Yusei Tahara

Start all services at start.

parent bf3be5ce
......@@ -111,6 +111,8 @@ def start():
while not isTheiaRunning():
runSlapOS('node', 'start', slappart + ':*')
time.sleep(3)
runSlapOSInTheia('node', 'start', 'all')
time.sleep(3)
while not isAppRunning():
runSlapOSInTheia('node', 'start', 'all')
time.sleep(3)
......
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