jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [tools/] [qos] - Blame information for rev 20

 

Line No. Rev Author Line
117simandl#! /bin/sh
2# QoS-base init script
3#
4# description: Fast configuration for QoS/HTB
5# processname: -
6# chkconfig: 2345 55 55
7#
8 
9 
10#QoS-base init script
11 
12 
13case "$1" in
14 start)
1520simandl /etc/qos/qos
1617simandl ;;
17 stop)
18 /etc/qos/qosclear
19 ;;
20 *)
2120simandl echo "Usage: /etc/init.d/qos {start|stop}"
2217simandl exit 1
23 ;;
24esac
25exit 0

Powered by WebSVN 2.2.1