From cf38d8e87cfc39ac91ca8439dd4d86ed0fba5fa2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 5 Oct 2019 11:05:06 -0600 Subject: [PATCH] Create freeswitch --- debian/resources/monit/freeswitch | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/resources/monit/freeswitch diff --git a/debian/resources/monit/freeswitch b/debian/resources/monit/freeswitch new file mode 100644 index 0000000..e0ec256 --- /dev/null +++ b/debian/resources/monit/freeswitch @@ -0,0 +1,3 @@ +check process freeswitch with pidfile /run/freeswitch/freeswitch.pid +start program = "/usr/src/fusionpbx-intsall.sh/resources/debian/resources/monit/./shell.sh" +stop program = "/usr/bin/freeswitch -stop"