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.
This commit is contained in:
Holger Hans Peter Freyther 2013-10-31 15:24:54 +01:00
parent 99fb43f41a
commit f9dd260ee5
1 changed files with 1 additions and 1 deletions

View File

@ -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