mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
wrap fork so we can drop priority in child processes
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ static void daemonize(int do_wait)
|
||||
}
|
||||
}
|
||||
|
||||
pid = fork();
|
||||
pid = switch_fork();
|
||||
|
||||
switch (pid) {
|
||||
case 0: /* child process */
|
||||
|
||||
Reference in New Issue
Block a user