tn3399_openwrt/package/fonera-mp3/files/mp3d.init
John Crispin 9dc06a4c2e added a init.d script to fonera-mp3d
SVN-Revision: 8734
2007-09-10 21:19:21 +00:00

13 lines
123 B
Bash

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