[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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs