From 7cc51a7a07069578d3a1bbfca71ab27a9ed9bbde Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 11 Apr 2006 22:57:13 +0000 Subject: Renice updaterrd.sh script to 20 to ensure that it does not step on any of the crucial other items. --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 99e12bc..e62ca2e 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2118,7 +2118,7 @@ function enable_rrd_graphing() kill_traffic_collector(); /* start traffic collector */ - mwexec_bg("/bin/sh $updaterrdscript"); + mwexec_bg("/usr/bin/nice -n20 /bin/sh $updaterrdscript"); } else { /* unmount and remove */ -- cgit v1.1