Skip to content
Snippets Groups Projects
Commit 2a706e72 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

change signal sended in case of init

parent 469215c6
No related branches found
No related tags found
No related merge requests found
......@@ -319,8 +319,11 @@ int ssexec_start(int argc, char const *const *argv,char const *const *envp,ssexe
}
if (RELOAD > 1) pres->reload = 1 ;
if (pres->init) pres->reload = 0 ;
if (pres->init)
{
pres->reload = 0 ;
SIG="-U" ;
}
run:
if (pres->type == CLASSIC)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment