Create etc.default.freeswitch.source

This commit is contained in:
FusionPBX 2016-08-11 01:07:04 -06:00 committed by GitHub
parent 8992712007
commit 5c7cfadafa
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# /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"