]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/qos/makeqosscripts.pl
Asynchrones Syslogging aktiviert (Performancegruende)
[ipfire-2.x.git] / config / qos / makeqosscripts.pl
index c3dac4044afede0a14f051fe76d8b58ff89c6e4a..d9bb5518e54c1548b1e74ad8416146724e256333 100644 (file)
@@ -636,7 +636,8 @@ print <<END
   ;;
   clear|stop)
        ### RESET EVERYTHING TO A KNOWN STATE
-       killall -9 qosd
+       killall qosd
+       (sleep 3 && killall -9 qosd &>/dev/null) &
        # DELETE QDISCS
        tc qdisc del dev $qossettings{'RED_DEV'} root
        tc qdisc del dev $qossettings{'IMQ_DEV'} root