1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 10:43:20 +03:00
openwrt-xburst/package/fonera-mp3/files/mp3d.init

13 lines
123 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=90
start() {
/usr/bin/mp3d
}
stop() {
killall mp3d
}