Apply all the classes.
[nethome.git] / bin / n
diff --git a/bin/n b/bin/n
index c4c8a8e..6433d68 100755 (executable)
--- a/bin/n
+++ b/bin/n
@@ -10,7 +10,7 @@ if [ "$1" = --n-class ];then
 else
   CGPARAM="n"
 fi
-CGPARAM="-g cpu,memory,blkio:$CGPARAM"
+CGPARAM="-g *:$CGPARAM"
 if cgexec $CGPARAM true 2>/dev/null;then
        CGEXEC="cgexec $CGPARAM"
        CGCLASSIFY="cgclassify $CGPARAM"