mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
wrap fork so we can drop priority in child processes
This commit is contained in:
@@ -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