mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
upstart: use exec here so upstart can monitor the process and not just a shell
Docker-DCO-1.1-Signed-off-by: Michael Gorsuch <michael.gorsuch@gmail.com> (github: gorsuch)
This commit is contained in:
parent
79e8ef28e4
commit
73ee4879af
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ script
|
||||||
if [ -f /etc/default/$UPSTART_JOB ]; then
|
if [ -f /etc/default/$UPSTART_JOB ]; then
|
||||||
. /etc/default/$UPSTART_JOB
|
. /etc/default/$UPSTART_JOB
|
||||||
fi
|
fi
|
||||||
"$DOCKER" -d $DOCKER_OPTS
|
exec "$DOCKER" -d $DOCKER_OPTS
|
||||||
end script
|
end script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue