Commit 5b0e4923 by AnrDaemon Committed by Stéphane Graber

Force lxc-instance to behave like a good Upstart client

Remove unnecessary shell wrap around job start. Force foreground execution to allow job monitoring and control. Signed-off-by Andrey Repin <anrdaemon@yandex.ru>
parent 9a1d9612
......@@ -17,6 +17,4 @@ pre-start script
lxc-wait -s RUNNING -n $NAME -t 0 && { stop; exit 0; } || true
end script
script
exec lxc-start -n $NAME
end script
exec lxc-start -F -n $NAME
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