diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/security.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh index e5a693a..0ed6717 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -134,6 +134,8 @@ fi netstat -pvlA inet,inet6 2> /dev/null > ${OPEN_PORT_TODAY}; +ionice -n7 -p $$ + # Hard disk related file check; the less priority the better... nice --adjustment=+19 /usr/bin/msec_find ${DIR} |