From ea93fd24a76f9aca87fb3c54d3c79452d04cd0fe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Sep 2008 12:46:23 +0000 Subject: run with idle IOnice priority (#42795) --- cron-sh/security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 2ada1bc..08a17ed 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -134,7 +134,7 @@ fi netstat -pvlA inet,inet6 2> /dev/null > ${OPEN_PORT_TODAY}; -ionice -n7 -p $$ +ionice -c3 -p $$ # Hard disk related file check; the less priority the better... nice --adjustment=+19 /usr/bin/msec_find ${DIR} -- cgit v1.2.1