From: Evgeni Golov Date: Sat, 12 Nov 2016 11:29:26 +0000 (+0100) Subject: also stop lxc-net in runlevels 0 and 6 X-Git-Tag: lxc-2.1.0~268^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1293%2Fhead;p=thirdparty%2Flxc.git also stop lxc-net in runlevels 0 and 6 there is no reason to not do this :) Signed-off-by: Evgeni Golov --- diff --git a/config/init/sysvinit/lxc-net.in b/config/init/sysvinit/lxc-net.in index 187feed46..7a1e62a78 100644 --- a/config/init/sysvinit/lxc-net.in +++ b/config/init/sysvinit/lxc-net.in @@ -12,7 +12,7 @@ # Should-Start: # Should-Stop: # Default-Start: 2 3 4 5 -# Default-Stop: 1 +# Default-Stop: 0 1 6 # Short-Description: Bring up/down LXC Network Bridge # Description: Bring up/down LXC Network Bridge ### END INIT INFO