Remove redundant settings.
This commit is contained in:
parent
a9182feeb0
commit
4d2c89cb1a
|
|
@ -1,4 +1,2 @@
|
||||||
# /etc/default/freeswitch
|
# /etc/default/freeswitch
|
||||||
FS_USER="www-data"
|
DAEMON_OPTS="-nonat -ncwait"
|
||||||
FS_GROUP="www-data"
|
|
||||||
DAEMON_OPTS="-nonat -ncwait -u www-data -g www-data -run /var/run/freeswitch"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue