diff --git a/packaging/ubuntu/docker.upstart b/packaging/ubuntu/docker.upstart index 143be0340..2370cb555 100644 --- a/packaging/ubuntu/docker.upstart +++ b/packaging/ubuntu/docker.upstart @@ -1,6 +1,6 @@ description "Run docker" -start on filesystem or runlevel [2345] +start on filesystem and started lxc-net stop on runlevel [!2345] respawn