Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
81574036
Commit
81574036
authored
Apr 13, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #972 from evgeni/lsb-headers
add missing lsb headers to sysvinit scripts
parents
dd132eaa
26ca5e5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lxc-containers.in
config/init/sysvinit/lxc-containers.in
+4
-0
lxc-net.in
config/init/sysvinit/lxc-net.in
+4
-0
No files found.
config/init/sysvinit/lxc-containers.in
View file @
81574036
...
@@ -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
...
...
config/init/sysvinit/lxc-net.in
View file @
81574036
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment