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
e145bd47
Commit
e145bd47
authored
Jul 12, 2015
by
Alex Punco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix container creation from ansible lxc_containers module
Signed-off-by:
Alex Punco
<
punco@selectel.ru
>
parent
814d049d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lxc-containers.in
config/init/common/lxc-containers.in
+2
-3
No files found.
config/init/common/lxc-containers.in
View file @
e145bd47
...
...
@@ -78,13 +78,13 @@ case "$1" in
if
[
-n
"
$BOOTGROUPS
"
]
;
then
BOOTGROUPS
=
"-g
$BOOTGROUPS
"
fi
touch
"
$lockdir
"
/lxc
# Start containers
wait_for_bridge
# Start autoboot containers first then the NULL group "onboot,".
"
$bindir
"
/lxc-autostart
$OPTIONS
$BOOTGROUPS
touch
"
$lockdir
"
/lxc
rm
-f
"
$lockdir
"
/lxc
;;
stop
)
...
...
@@ -96,7 +96,6 @@ case "$1" in
# delaying the system shutdown / reboot as much as we can since it's not
# parallelized... Even 5 second timout may be too long.
"
$bindir
"
/lxc-autostart
$STOPOPTS
$SHUTDOWNDELAY
rm
-f
"
$lockdir
"
/lxc
;;
restart|reload|force-reload
)
...
...
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