on Sat, Dec 20, 2003 at 10:30:20AM -0800, Doug Hunting ([EMAIL PROTECTED]) wrote:
> I was hoping there would be a simple command to restart a daemon. Namely 
> lprng. I know about killall 

killall isn't the recommended way to kill a specific daemon.  Instead,
you want:

    /etc/init.d/<daemon> stop

> but what signal do you pass it to have it restart??

Dead daemons can't be signalled.  You have to start them directly:

    /etc/init.d/<daemon> start


Peace.

-- 
Karsten M. Self <[EMAIL PROTECTED]>        http://kmself.home.netcom.com/
 What Part of "Gestalt" don't you understand?
    With Ahnold as gropenator, we've once again got a Kennedy in
    office.  And when he says "Ich bin ein Berliner", you'll know he
    means it. <click type="heel">

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to