Browse Source

Create etc.default.freeswitch.source

FusionPBX 8 years ago
parent
commit
22d2590587
1 changed files with 4 additions and 0 deletions
  1. 4 0
      debian/resources/switch/source/etc.default.freeswitch.source

+ 4 - 0
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"