Comment 5 for bug 728434

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

This is a result of the change in 8.0.0ubuntu2 for bug #690640:
 if [ -e "/etc/init/#JOB#.conf" ]; then
- # start fails if already running
- start #JOB# || :
+ invoke-rc.d #JOB# start || #ERROR_HANDLER#
 fi

Passing --error-handler=: to dh_installinit will restore the old behavior.