Create etc.default.freeswitch.source
This commit is contained in:
parent
8992712007
commit
5c7cfadafa
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue