Remove redundant settings.

This commit is contained in:
FusionPBX 2020-05-18 22:05:42 -06:00 committed by GitHub
parent a9182feeb0
commit 4d2c89cb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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"