From 0ac84aa35b4bb78bbffff5dd5e0122d6eb938816 Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Wed, 12 Aug 2020 17:15:48 +0200 Subject: [PATCH] Revert "Revert "TT#87502 Update pid_watcher to check sems-b2b instead of ngcp-sems and sems-pbx"" This reverts commit 4c3826e7550920b4e5cdc0ee8d2253c4aac76d34. Reason for revert: Commit is now necessary after fixes done in other packages Change-Id: Ib41b8b9f333a96cff028869d0a5da77ded6f9008 --- bin/pid_watcher.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/pid_watcher.py b/bin/pid_watcher.py index 7ba063ab..ab976f1f 100755 --- a/bin/pid_watcher.py +++ b/bin/pid_watcher.py @@ -41,13 +41,13 @@ files we want to watch services = [ 'kamailio/kamailio.lb.pid', 'kamailio/kamailio.proxy.pid', - 'ngcp-sems/ngcp-sems.pid', + 'sems-b2b/sems-b2b.pid', 'ngcp-witnessd.pid' ] watched_dirs = [ '/run/kamailio', - '/run/ngcp-sems', + '/run/sems-b2b', '/run' ] @@ -110,11 +110,9 @@ args = parser.parse_args() if args.pbx: watched_dirs += [ - '/run/sems-pbx', '/run/fastcgi', ] services += [ - 'sems-pbx/sems-pbx.pid', 'fastcgi/ngcp-panel.pid', ]