[Bug 43574] Re: Needs Ubuntu-style init script

2010-10-15 Thread Dan DeMaggio
A work-around: add stop to the pre-stop script. This will prevent respawning. This seems to work: {{{ P=`cat /pidfile` kill -QUIT $P wait $P stop # Prevent respawn bug in upstart }}} -- Needs Ubuntu-style init script https://bugs.launchpad.net/bugs/43574 You

[Bug 43574] Re: Needs Ubuntu-style init script

2010-10-15 Thread Dan DeMaggio
A work-around: add stop to the pre-stop script. This will prevent respawning. This seems to work: {{{ P=`cat /pidfile` kill -QUIT $P wait $P stop # Prevent respawn bug in upstart }}} -- Needs Ubuntu-style init script https://bugs.launchpad.net/bugs/43574 You