blob: f4da79038dfbad2114bfc5d25aa0640f946e11ab [file] [log] [blame]
#!/bin/sh /etc/rc.common
#the priority of TOPS driver is 51
START=52
USE_PROCD=1
NAME=tops-tool
PROG=/usr/sbin/tops-tool
start_service() {
for script in /etc/init.d/tops-tool*; do
if [[ -f "$script" && -x "$script" ]]; then
source "$script"
fi
done
}
stop_service() {
service_stop "${PROG}"
}