Create etc.default.freeswitch.source

This commit is contained in:
FusionPBX
2017-07-06 10:45:46 -06:00
committed by GitHub
parent 83a8e037f4
commit 22d2590587

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"