3 lines
78 B
Text
3 lines
78 B
Text
|
#!/bin/sh
|
||
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|