From: Evgeni Golov Date: Thu, 12 Jan 2017 11:50:15 +0000 (+0100) Subject: add cgroupfs-mount to Should-Start/Stop sysvinit LSB headers X-Git-Tag: lxc-2.1.0~212^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1382%2Fhead;p=thirdparty%2Flxc.git add cgroupfs-mount to Should-Start/Stop sysvinit LSB headers otherwise init might try to start the containers before cgroupfs was mounted. Debian-Bug: https://bugs.debian.org/850212 Signed-off-by: Evgeni Golov --- diff --git a/config/init/sysvinit/lxc-containers.in b/config/init/sysvinit/lxc-containers.in index a7502a829..f793d2012 100644 --- a/config/init/sysvinit/lxc-containers.in +++ b/config/init/sysvinit/lxc-containers.in @@ -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