From: Anthony Minessale Date: Sat, 21 Jun 2014 16:42:46 +0000 (+0500) Subject: -rp is not an ok default option it should not be used in normal circumstances it... X-Git-Tag: v1.5.13~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=918c68accf5668e9bb98437c16784cb784780b10;p=thirdparty%2Ffreeswitch.git -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 --- 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"