gbproxy: Fix the NAME in the start script...

NAME is used by start-stop-daemon to stop the process.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-17 07:31:42 +02:00
parent d29b8a4745
commit 0d7efef394
1 changed files with 1 additions and 1 deletions

View File

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