osmocom-nitb.init: remove reference to old bsc_hack
diff --git a/openbsc/debian/osmocom-nitb.init b/openbsc/debian/osmocom-nitb.init
index 67a7606..8373ce7 100755
--- a/openbsc/debian/osmocom-nitb.init
+++ b/openbsc/debian/osmocom-nitb.init
@@ -17,8 +17,8 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC=osmo-nitb             # Introduce a short description here
 NAME=osmo-nitb             # Introduce the short server's name here
-DAEMON=/usr/sbin/bsc_hack  # Introduce the server's location here
-DAEMON_ARGS="-D"             # Arguments to run the daemon with
+DAEMON=/usr/sbin/osmo-nitb # Introduce the server's location here
+DAEMON_ARGS="-D"           # Arguments to run the daemon with
 PIDFILE=/var/run/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME
 
diff --git a/openbsc/debian/osmocom-nitb.install b/openbsc/debian/osmocom-nitb.install
index 9d8f836..6bb2171 100644
--- a/openbsc/debian/osmocom-nitb.install
+++ b/openbsc/debian/osmocom-nitb.install
@@ -1 +1 @@
-/usr/bin/bsc_hack
+/usr/bin/osmo-nitb