SmartAudio/package/allwinner/boot-play/play.init

16 lines
114 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=1
STOP=98
PROG=boot-play
start() {
$PROG boot &
}
stop() {
$PROG shutdown
}