Commit 26ca5e5b by Evgeni Golov

add missing lsb headers to sysvinit scripts

original patch by Daniel Baumann closes #308 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent ba03fa64
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: lxc # Provides: lxc
# Required-Start: $syslog $remote_fs
# Required-Stop: $syslog $remote_fs
# Should-Start:
# Should-Stop:
# 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
......
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: lxc-net # Provides: lxc-net
# Required-Start: $syslog $remote_fs
# Required-Stop: $syslog $remote_fs
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 1 # Default-Stop: 1
# Short-Description: Bring up/down LXC Network Bridge # Short-Description: Bring up/down LXC Network Bridge
......
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