Merge "We need to tell upstart to expect the logger fork"

This commit is contained in:
Jenkins 2014-11-13 02:15:53 +00:00 committed by Gerrit Code Review
commit 72c1ddead2
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ respawn limit 2 5
# We're logging to syslog
console none
# The pipe to logger introduces a fork, so we need to tell upstart
expect fork
exec start-stop-daemon --start -c $user --exec $install_dir/bin/$cmd -- $args 2>&1 | logger -t $name
post-start $POSTSTART