9935a064de9933372f944753e19dcb8b4ca0f02e
[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 }