731a8f8
diff --git a/config/init/sysvinit/lxc-containers.in b/config/init/sysvinit/lxc-containers.in
731a8f8
index bc93322..06ca8f4 100644
731a8f8
--- a/config/init/sysvinit/lxc-containers.in
731a8f8
+++ b/config/init/sysvinit/lxc-containers.in
e82df9e
@@ -2,13 +2,15 @@
e82df9e
 #
e82df9e
 # lxc Start/Stop LXC autoboot containers
e82df9e
 #
e82df9e
-# chkconfig: 345 99 01
e82df9e
+# chkconfig: - 99 01
e82df9e
 # description: Starts/Stops all LXC containers configured for autostart.
e82df9e
 #
e82df9e
 ### BEGIN INIT INFO
e82df9e
 # Provides: lxc
731a8f8
-# Default-Start: 2 3 4 5
e82df9e
-# Default-Stop: 0 1 6
e82df9e
+# Required-Start: $local_fs $network
e82df9e
+# Required-Stop: $local_fs $network
e82df9e
+# Default-Start:
e82df9e
+# Default-Stop:
e82df9e
 # Short-Description: Bring up/down LXC autostart containers
e82df9e
 # Description: Bring up/down LXC autostart containers
e82df9e
 ### END INIT INFO
731a8f8
diff --git a/config/init/sysvinit/lxc-net.in b/config/init/sysvinit/lxc-net.in
731a8f8
index f6892c1..362469c 100644
731a8f8
--- a/config/init/sysvinit/lxc-net.in
731a8f8
+++ b/config/init/sysvinit/lxc-net.in
731a8f8
@@ -2,13 +2,15 @@
731a8f8
 #
731a8f8
 # lxc-net Start/Stop LXC Networking
731a8f8
 #
731a8f8
-# chkconfig: 345 98 01
731a8f8
+# chkconfig: - 98 01
731a8f8
 # description: Starts/Stops LXC Network Bridge
731a8f8
 #
731a8f8
 ### BEGIN INIT INFO
731a8f8
 # Provides: lxc-net
731a8f8
-# Default-Start: 2 3 4 5
731a8f8
-# Default-Stop: 1
731a8f8
+# Required-Start: $local_fs $network
731a8f8
+# Required-Stop: $local_fs $network
731a8f8
+# Default-Start:
731a8f8
+# Default-Stop:
731a8f8
 # Short-Description: Bring up/down LXC Network Bridge
731a8f8
 # Description: Bring up/down LXC Network Bridge
731a8f8
 ### END INIT INFO