forked from norman/fusionpbx-install.sh-github-mirror
5 lines
143 B
Plaintext
Executable File
5 lines
143 B
Plaintext
Executable File
# /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"
|