aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-31 15:24:54 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-31 15:27:19 +0100
commitf9dd260ee56f4f71846ab155bfa6e4480e9793ca (patch)
tree19d5d7e533293b557a270262057b7cd13e2c328c
parent99fb43f41a47dbfc922ac6e447a603ddd96a0b2b (diff)
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.
-rw-r--r--contrib/screenrc-sysmobts2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/screenrc-sysmobts b/contrib/screenrc-sysmobts
index b18b1726..3d0ff01f 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