5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
|
|
# /etc/default/freeswitch
|
||
|
|
FS_USER="freeswitch"
|
||
|
|
FS_GROUP="daemon"
|
||
|
|
DAEMON_OPTS="-nonat -ncwait -u freeswitch -g daemon -run /var/run/freeswitch"
|