#!/bin/sh /etc/rc.common
START=97

start () {
    /usr/bin/ali_sport &
}

stop () {
    killall -15 ali_sport
    sleep 1
}

