summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-25 21:11:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-25 21:11:29 +0000
commit23d38998dfcff21e799f0d33408111ae966d3e94 (patch)
tree1323126b8c81d20cb0252187d829162528408def
parent83b8554f2dccff4eddf046358ddcaa977b190ed1 (diff)
downloadpfsense-23d38998dfcff21e799f0d33408111ae966d3e94.zip
pfsense-23d38998dfcff21e799f0d33408111ae966d3e94.tar.gz
Start check_reload_status at a nice value of 20
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 9aff70c..2bdf8a1 100755
--- a/etc/rc
+++ b/etc/rc
@@ -209,7 +209,7 @@ rm -rf /usr/local/pkg/pf/CVS
rm -f /tmp/filter_dirty
rm -f /tmp/rc.newwanip
rm -f /tmp/rc.linkup
-/usr/local/sbin/check_reload_status 2>/dev/null
+/usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null
echo "Bootup complete"
OpenPOWER on IntegriCloud