summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-23 19:29:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-23 19:29:37 +0000
commit0e0e044a904436c7cd233d297257b81062a9bc53 (patch)
treed0ea67bb65bf750bfe96f4c729dfb14b85e3efe8 /etc/rc
parente1fda0c09f74f04c6928f18f18f3f9e9289b21e1 (diff)
downloadpfsense-0e0e044a904436c7cd233d297257b81062a9bc53.zip
pfsense-0e0e044a904436c7cd233d297257b81062a9bc53.tar.gz
Remove notice that contents are being written to script caused by nohup
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 772c197..bfdda55 100755
--- a/etc/rc
+++ b/etc/rc
@@ -292,7 +292,7 @@ rm -rf /usr/local/pkg/pf/CVS
# scripts
rm -f /tmp/filter_dirty
rm -f /tmp/rc.linkup
-nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status &
+nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null &
# Start ping handler for every 240 seconds
minicron 240 /var/run/ping_hosts.pid /usr/local/bin/ping_hosts.sh
OpenPOWER on IntegriCloud