From 0e943eafa915523ebcb97aa36b2bd28036767210 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 5 Oct 2019 11:03:57 -0600 Subject: [PATCH] Create shell.sh --- debian/resources/monit/shell.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/resources/monit/shell.sh diff --git a/debian/resources/monit/shell.sh b/debian/resources/monit/shell.sh new file mode 100644 index 0000000..5b16695 --- /dev/null +++ b/debian/resources/monit/shell.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +mkdir -p /var/run/freeswitch +chown -R www-data:www-data /var/run/freeswitch +/usr/bin/freeswitch -nc -u www-data -g www-data -nonat