<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
It's shown as active, so where is the problem?<br>
<br></blockquote><div><br></div><div>I have found the problem.</div><div>I start my main process (slurmd) on a terminal, which then forks-exec a /bin/sleep infinity and creates a new scope adding the pid of the sleep.<br></div><div><br></div><div>If the slurmd is terminated with ctrl+c then the child processes die, so the scope is destroyed. So I need to daemonize the sleep.</div><div>Or... use a service directly.</div><div> <br></div></div></div>