SmartAudio/package/allwinner/smartlinkd/files/smartlinkd.init

19 lines
239 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=98
STOP=98
USE_PROCD=1
PROG=smartlinkd
start_service() {
procd_open_instance
procd_set_param command $PROG -d
procd_close_instance
}
shutdown() {
echo shutdown
}