From 918c68accf5668e9bb98437c16784cb784780b10 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 21 Jun 2014 21:42:46 +0500 Subject: [PATCH] -rp is not an ok default option it should not be used in normal circumstances it forces an unsafe environment with realtime threads on single cpu systems. Real time mode will enable by default on systems with enough cpus --- debian/freeswitch-sysvinit.freeswitch.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/freeswitch-sysvinit.freeswitch.default b/debian/freeswitch-sysvinit.freeswitch.default index 7520450623..41cd0758c6 100644 --- a/debian/freeswitch-sysvinit.freeswitch.default +++ b/debian/freeswitch-sysvinit.freeswitch.default @@ -1,2 +1,2 @@ # /etc/default/freeswitch -DAEMON_OPTS="-rp -nonat" +DAEMON_OPTS="-nonat"