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="freeswitch"
|
|
FS_GROUP="daemon"
|
|
DAEMON_OPTS="-nonat -ncwait -u freeswitch -g daemon -run /var/run/freeswitch"
|