Commit 2704c1cc by Evgeni Golov

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/850212Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent 3728ed35
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
# Provides: lxc # Provides: lxc
# Required-Start: $syslog $remote_fs # Required-Start: $syslog $remote_fs
# Required-Stop: $syslog $remote_fs # Required-Stop: $syslog $remote_fs
# Should-Start: # Should-Start: cgroupfs-mount
# Should-Stop: # Should-Stop: cgroupfs-mount
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Bring up/down LXC autostart containers # Short-Description: Bring up/down LXC autostart containers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment