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

16 lines
114 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh /etc/rc.common
START=1
STOP=98
PROG=boot-play
start() {
$PROG boot &
}
stop() {
$PROG shutdown
}