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 received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to