debian: Move some init options to default/freeswitch

Thanks-to: Henning Holtschneider <henning@loca.net>

FS-4979 --resolve
This commit is contained in:
Travis Cross 2012-12-30 19:08:55 +00:00
parent 5788195fd7
commit 8859eb0b23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# /etc/default/freeswitch
DAEMON_OPTS=""
DAEMON_OPTS="-rp -nonat"

View File

@ -16,7 +16,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC=freeswitch
NAME=freeswitch
DAEMON=/usr/bin/freeswitch
DAEMON_ARGS="-u freeswitch -g freeswitch -rp -nc -nonat"
DAEMON_ARGS="-u freeswitch -g freeswitch -nc"
USER=freeswitch
GROUP=freeswitch
RUNDIR=/var/run/$NAME