From 0d7efef394809f6c2e21fe874a5c5d0878635add Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Jul 2014 07:31:42 +0200 Subject: gbproxy: Fix the NAME in the start script... NAME is used by start-stop-daemon to stop the process. --- debian/osmocom-gbproxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3