summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-11 22:57:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-11 22:57:13 +0000
commit7cc51a7a07069578d3a1bbfca71ab27a9ed9bbde (patch)
tree2944c5bab5888db6d333fbed7ccdf27b0933a39a /etc
parente729c9fbbb3678be9d3753d0bc3d41761167e77b (diff)
downloadpfsense-7cc51a7a07069578d3a1bbfca71ab27a9ed9bbde.zip
pfsense-7cc51a7a07069578d3a1bbfca71ab27a9ed9bbde.tar.gz
Renice updaterrd.sh script to 20 to ensure that it does not step on any of the crucial other items.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud