aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-24 10:06:55 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-24 10:09:08 +0200
commit86decfb53ca4efff2548980e4bee7fd246198d93 (patch)
tree9e1cb25ca775638b85ce137aa0101f2eafbedd85 /debian
parent5dd295ff445334fef92f04434b59ab899a87bd81 (diff)
gbproxy: Fix the start script for gbproxy
* Use the right name * Refer to the right config file
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/osmocom-gbproxy.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/osmocom-gbproxy.init b/debian/osmocom-gbproxy.init
index 19fe34a6b..18945290f 100755
--- a/debian/osmocom-gbproxy.init
+++ b/debian/osmocom-gbproxy.init
@@ -13,11 +13,11 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-NAME=osmo-gbproxy # Introduce the short server's name here
-DESC="Osmocom GSM Network-in-a-Box" # Introduce a short description here
+NAME=osmocom-gbproxy # Introduce the short server's name here
+DESC="Osmocom GBProxy" # Introduce a short description here
DAEMON=/usr/bin/osmo-gbproxy # Introduce the server's location here
SCRIPTNAME=/etc/init.d/osmocom-gbproxy
-CONFIG_FILE=/etc/osmocom/osmocom-bsc-nat.cfg
+CONFIG_FILE=/etc/osmocom/osmocom-gbproxy.cfg
# Exit if the package is not installed
[ -x $DAEMON ] || exit 0