to:$SIG{HUP} = \&doSigHup;
use POSIX (); $sigset=POSIX::SigSet->new(); $action=POSIX::SigAction->new('doSigHup',$sigset,&POSIX::SA_NODEFER); POSIX::sigaction(&POSIX::SIGHUP, $action);
In reply to Re^3: Why this daemon can only receive the HUP signal no more than one time?
by lifeboat
in thread Why this daemon can only receive the HUP signal no more than one time?
by sunshine_august
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |