Commit b2a245c2 by Stéphane Graber Committed by GitHub

Merge pull request #1056 from AnrDaemon/patch-1

Force lxc-instance to behave like a good Upstart client
parents 18f9cbee abf28de1
......@@ -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