Register a script to be run in response to a SIGHUP signal
Syntax
ns_atsignal {script | procname ?args?}
Description
ns_atsignal registers a Tcl script or procedure to be run in response
to a SIGHUP signal.
Example
proc dosomething blah {
ns_log Notice "proc with arg '$blah'"
}
ns_atsignal dosomething $arg1