Commit da43e9e5 by Josh Soref

spelling: timeout

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 8927207b
...@@ -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 timeout may be too long.
"$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
;; ;;
......
...@@ -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 timeout may be too long.
post-stop script post-stop script
[ -f /etc/default/lxc ] && . /etc/default/lxc [ -f /etc/default/lxc ] && . /etc/default/lxc
......
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