--- /etc/init.d/mpd-opkg	2012-02-21 10:38:58.000000000 +0000
+++ /etc/init.d/mpd	2012-02-21 10:32:19.000000000 +0000
@@ -17,13 +17,14 @@
 		# This has real-time constraints, so let's at least tell the OS
 		# that this should have higher priority to avoid skipping
 		# when doing other things in the background.
-		nice -n -10
+		nice -n -10 /usr/bin/mpd
 	fi
 
-	service_start /usr/bin/mpd
+	#service_start /usr/bin/mpd
 }
 
 stop() {
-	service_stop /usr/bin/mpd
+	#service_stop /usr/bin/mpd
+	killall mpd
 }
 
