aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/starter/starter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 0bf1d7a71..f84d41380 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -276,6 +276,7 @@ int main (int argc, char **argv)
dup2(fnull, STDERR_FILENO);
close(fnull);
}
+ setsid();
}
break;
case -1: