Searched refs:script_signal (Results 1 – 1 of 1) sorted by relevance
62 static int script_signal = SIGTERM; variable102 if (script_signal != SIGKILL) { in sigterm_handler()104 script_signal = SIGKILL; in sigterm_handler()173 (void) kill(pid, script_signal); in run_script()174 if (script_signal == SIGKILL) { in run_script()179 script_signal = SIGKILL; in run_script()