[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
Sponsors Team, which is a direct subscriber.
Status in Ubuntu Server papercuts: Fix Committed
Status in “xinetd” package in Ubuntu: Triaged
Bug description:
Binary package hint: xinetd
xinetd init.d script doesn't fit in with the rest of the packages in main:
$ sudo /etc/init.d/xinetd start
Starting internet superserver: xinetd.
$ sudo /etc/init.d/xinetd stop
Stopping internet superserver: xinetd.
More information about the Ubuntu-sponsors
mailing list