forked from external/yambar
module/script: drop setsid() call
This commit is contained in:
parent
99aa8dea82
commit
80d0025e64
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ run(struct module *mod)
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
/* Child */
|
/* Child */
|
||||||
|
|
||||||
setsid();
|
|
||||||
setpgid(0, 0);
|
setpgid(0, 0);
|
||||||
|
|
||||||
/* Close pipe read ends */
|
/* Close pipe read ends */
|
||||||
|
|
Loading…
Add table
Reference in a new issue