From 5c7cfadafa9ecbb6c53f2173e4710dce6ac78ff5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 Aug 2016 01:07:04 -0600 Subject: [PATCH] Create etc.default.freeswitch.source --- debian/resources/switch/source/etc.default.freeswitch.source | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/resources/switch/source/etc.default.freeswitch.source 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"