module/script: drop setsid() call

This commit is contained in:
Daniel Eklöf 2020-10-25 15:41:02 +01:00
parent 99aa8dea82
commit 80d0025e64
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -374,7 +374,6 @@ run(struct module *mod)
if (pid == 0) {
/* Child */
setsid();
setpgid(0, 0);
/* Close pipe read ends */