On Fri, 7 Dec 2001, Daniel Falkenberg wrote: > I have a daemon here that runs in a while loop. I was just wondering if > it is possible to restart a perl daemon instead of doing the > following... > > %killall name_of_perl_daemon.pl
You may be able to do # kill -HUP `pidof name_of_perl_daemon.pl` -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ "They make a desert and call it peace." -- Tacitus (55?-120?) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]