Re: Killing daemons with multiple threads

2001-05-03 Thread Mojo Nichols
[EMAIL PROTECTED] wrote: > Hello All, > > I would like to be able to start/stop a daemon called super written in > python. I placed a script called super in the /etc/rc.d/init.d directory. > This script looks like the majority of the other daemons located in the > same directory with start, stop

Re: Killing daemons with multiple threads

2001-04-30 Thread John Summerfield
> Hello All, > > I would like to be able to start/stop a daemon called super written in > python. I placed a script called super in the /etc/rc.d/init.d directory. > This script looks like the majority of the other daemons located in the > same directory with start, stop, status etc functions.

Re: Killing daemons with multiple threads

2001-04-30 Thread Chris Petro
On Mon, Apr 30, 2001 at 09:37:51AM -0500, [EMAIL PROTECTED] wrote: > Hello All, > I would like to be able to start/stop a daemon called super written in > python. I placed a script called super in the /etc/rc.d/init.d directory. > This script looks like the majority of the other daemons located i

Killing daemons with multiple threads

2001-04-30 Thread Rebecca . R . Krause
Hello All, I would like to be able to start/stop a daemon called super written in python. I placed a script called super in the /etc/rc.d/init.d directory. This script looks like the majority of the other daemons located in the same directory with start, stop, status etc functions. When the sup

Killing daemons with multiple threads

2001-04-30 Thread Rebecca . R . Krause
Hello All, I would like to be able to start/stop a daemon called super written in python. I placed a script called super in the /etc/rc.d/init.d directory. This script looks like the majority of the other daemons located in the same directory with start, stop, status etc functions. When the su