]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add cgroupfs-mount to Should-Start/Stop sysvinit LSB headers 1382/head
authorEvgeni Golov <evgeni@debian.org>
Thu, 12 Jan 2017 11:50:15 +0000 (12:50 +0100)
committerEvgeni Golov <evgeni@debian.org>
Thu, 12 Jan 2017 11:51:55 +0000 (12:51 +0100)
otherwise init might try to start the containers before cgroupfs was
mounted.

Debian-Bug: https://bugs.debian.org/850212

Signed-off-by: Evgeni Golov <evgeni@debian.org>
config/init/sysvinit/lxc-containers.in

index a7502a829de87900d0b5c218bcb54b0a549e55fd..f793d20125109eb9fa8318d4870162d929bcb14f 100644 (file)
@@ -9,8 +9,8 @@
 # Provides: lxc
 # Required-Start: $syslog $remote_fs
 # Required-Stop: $syslog $remote_fs
-# Should-Start:
-# Should-Stop:
+# Should-Start: cgroupfs-mount
+# Should-Stop: cgroupfs-mount
 # Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: Bring up/down LXC autostart containers