Remove redundant settings.

This commit is contained in:
FusionPBX
2020-05-18 22:05:42 -06:00
committed by GitHub
parent a9182feeb0
commit 4d2c89cb1a

View File

@@ -1,4 +1,2 @@
# /etc/default/freeswitch
FS_USER="www-data"
FS_GROUP="www-data"
DAEMON_OPTS="-nonat -ncwait -u www-data -g www-data -run /var/run/freeswitch"
DAEMON_OPTS="-nonat -ncwait"