From f9dd260ee56f4f71846ab155bfa6e4480e9793ca Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 31 Oct 2013 15:24:54 +0100 Subject: [PATCH] pcu: Exit the PCU in case of loss of the sysmobts connection The PCU is not capable of cleaning up properly. For now simply exit the PCU in case the sysmobts has exited. This requires osmo-pcu a30f47613abb7c22a26d534d66e478265a8c2c09 or later. --- contrib/screenrc-sysmobts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/screenrc-sysmobts b/contrib/screenrc-sysmobts index b18b17260..3d0ff01f1 100644 --- a/contrib/screenrc-sysmobts +++ b/contrib/screenrc-sysmobts @@ -1,4 +1,4 @@ chdir /tmp screen -t BTS 0 /etc/osmocom/respawn.sh /usr/bin/sysmobts -c /etc/osmocom/osmo-bts.cfg -r 1 -M -screen -t PCU 1 /etc/osmocom/respawn-only.sh /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg +screen -t PCU 1 /etc/osmocom/respawn-only.sh /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg -e detach