diff --git a/debian/resources/switch/source/etc.default.freeswitch.source b/debian/resources/switch/source/etc.default.freeswitch.source new file mode 100644 index 0000000..456983a --- /dev/null +++ b/debian/resources/switch/source/etc.default.freeswitch.source @@ -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"