From: Jan Kratochvil Date: Sun, 27 Feb 2011 10:17:23 +0000 (+0100) Subject: Apply all the classes. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=48335795b0a6c61d4f69ebc75605e0202f9d3313 Apply all the classes. --- diff --git a/bin/n b/bin/n index c4c8a8e..6433d68 100755 --- 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"