Enable wl500gp workaround to enable 32MB ram (#864)
[openwrt-10.03/.git] / package / fonera-mp3 / files / mp3d.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007 OpenWrt.org
3
4 START=90
5
6 start() {
7         /usr/bin/mp3d
8 }
9
10 stop() {
11         killall mp3d 
12 }