jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [tools/] [qos] - Rev 20

Compare with Previous - Blame - Download


#! /bin/sh
# QoS-base init script
#
# description: Fast configuration for QoS/HTB
# processname: -
# chkconfig: 2345 55 55
#


#QoS-base init script


case "$1" in
        start)
                /etc/qos/qos
                ;;
        stop)
                /etc/qos/qosclear       
                ;;
        *)
                echo "Usage: /etc/init.d/qos {start|stop}"
                exit 1
                ;;
esac
exit 0

Powered by WebSVN 2.2.1