mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
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
Add a link
Reference in a new issue