aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-17 07:31:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-17 07:31:42 +0200
commit0d7efef394809f6c2e21fe874a5c5d0878635add (patch)
tree849a4ddb4084f42dc3cbe022faf3ef21bcdd5751 /debian
parentd29b8a4745cdf5ffed52c072a21fe5609fb23c28 (diff)
gbproxy: Fix the NAME in the start script...
NAME is used by start-stop-daemon to stop the process.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/osmocom-gbproxy.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/osmocom-gbproxy.init b/debian/osmocom-gbproxy.init
index 18945290f..924f32d10 100755
--- a/debian/osmocom-gbproxy.init
+++ b/debian/osmocom-gbproxy.init
@@ -13,7 +13,7 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-NAME=osmocom-gbproxy # Introduce the short server's name here
+NAME=osmo-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