diff options
-rwxr-xr-x | cron-sh/security.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |