aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-sandbox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index d03a1f87..32c4fc13 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -998,9 +998,6 @@ int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
return 0;
}
- setsid();
- setpgid(0, 0);
-
sb->n_processed_last_stats = 0;
sb->t_last_stats = get_monotonic_seconds();
sb->n_proc = n_proc;