Skip to content

Commit

Permalink
Merge pull request moby#16561 from ai-traders/restart_on_debian
Browse files Browse the repository at this point in the history
moby#16560 Add timeout to `sudo service docker stop` on sysvinit
  • Loading branch information
tianon committed Oct 4, 2015
2 parents b78f66c + 5c94a9e commit e6ca006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/init/sysvinit-debian/docker
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ case "$1" in
check_init
fail_unless_root
log_begin_msg "Stopping $DOCKER_DESC: $BASE"
start-stop-daemon --stop --pidfile "$DOCKER_SSD_PIDFILE"
start-stop-daemon --stop --pidfile "$DOCKER_SSD_PIDFILE" --retry 10
log_end_msg $?
;;

Expand Down

0 comments on commit e6ca006

Please sign in to comment.