From 013df51ca8693d39ee01252f71d1e61f7cff84b4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 31 Jul 2014 18:48:35 +0200 Subject: sysmobts: Add VTY support to the sysmobts-mgr Add VTY support to the manager. This way we can interactively inspect the state of the system and trigger events. --- contrib/screenrc-sysmobts | 2 +- contrib/sysmobts-mgr.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/screenrc-sysmobts b/contrib/screenrc-sysmobts index 1bd510ce..80e78cc5 100644 --- a/contrib/screenrc-sysmobts +++ b/contrib/screenrc-sysmobts @@ -1,5 +1,5 @@ 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 -e -screen -t MGR 2 /etc/osmocom/respawn-only.sh /usr/bin/sysmobts-mgr -n +screen -t MGR 2 /etc/osmocom/respawn-only.sh /usr/bin/sysmobts-mgr -n -c /etc/osmocom/sysmobts-mgr.cfg detach diff --git a/contrib/sysmobts-mgr.service b/contrib/sysmobts-mgr.service index 20adba0b..4a15bd8d 100644 --- a/contrib/sysmobts-mgr.service +++ b/contrib/sysmobts-mgr.service @@ -3,7 +3,7 @@ Description=sysmocom sysmoBTS manager [Service] Type=simple -ExecStart=/usr/bin/sysmobts-mgr -ns +ExecStart=/usr/bin/sysmobts-mgr -ns -c /etc/osmocom/sysmobts-mgr.cfg Restart=always RestartSec=2 -- cgit v1.2.3