etrax should not select foxboard-utils by default as the package is now in the packag...
[librecmc/librecmc.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 }