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
da43e9e5
Commit
da43e9e5
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: timeout
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
8927207b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lxc-containers.in
config/init/common/lxc-containers.in
+1
-1
lxc.conf.in
config/init/upstart/lxc.conf.in
+1
-1
No files found.
config/init/common/lxc-containers.in
View file @
da43e9e5
...
@@ -97,7 +97,7 @@ case "$1" in
...
@@ -97,7 +97,7 @@ case "$1" in
# The stop is serialized and can take excessive time. We need to avoid
# The stop is serialized and can take excessive time. We need to avoid
# delaying the system shutdown / reboot as much as we can since it's not
# delaying the system shutdown / reboot as much as we can since it's not
# parallelized... Even 5 second timout may be too long.
# parallelized... Even 5 second tim
e
out may be too long.
"
$bindir
"
/lxc-autostart
$STOPOPTS
$SHUTDOWNDELAY
"
$bindir
"
/lxc-autostart
$STOPOPTS
$SHUTDOWNDELAY
;;
;;
...
...
config/init/upstart/lxc.conf.in
View file @
da43e9e5
...
@@ -61,7 +61,7 @@ end script
...
@@ -61,7 +61,7 @@ end script
# The stop is serialized and can take excessive time. We need to avoid
# The stop is serialized and can take excessive time. We need to avoid
# delaying the system shutdown / reboot as much as we can since it's not
# delaying the system shutdown / reboot as much as we can since it's not
# parallelized... Even 5 second timout may be too long.
# parallelized... Even 5 second tim
e
out may be too long.
post-stop script
post-stop script
[ -f /etc/default/lxc ] && . /etc/default/lxc
[ -f /etc/default/lxc ] && . /etc/default/lxc
...
...
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