SmartAudio/package/minigui/r11-board/r11board

19 lines
283 B
Plaintext
Raw Normal View History

2018-12-13 10:48:25 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=99
STOP=98
USE_PROCD=1
PROG=/usr/bin/r11-board
DEPEND=boot
start_service() {
procd_open_instance
procd_set_param command $PROG
procd_close_instance
}
shutdown() {
echo shutdown
}