#!/bin/sh /etc/rc.common

START=12

start() {
	/usr/share/rtmgr/bxopkg_tool install
}

stop(){
	/usr/share/rtmgr/bxopkg_tool remove
}

