[Bug 43574] Re: Needs Ubuntu-style init script
Dan DeMaggio
43574 at bugs.launchpad.net
Fri Oct 15 21:22:17 BST 2010
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
Server Team, which is subscribed to xinetd in ubuntu.
More information about the Ubuntu-server-bugs
mailing list