summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-20 17:37:50 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-20 17:37:50 +0000
commite300a01ef8fc53e43c10d1f8893825a2c647f426 (patch)
treefcb577c4aa6f80ca2f28cdc555d599e120bf73fe /etc/rc
parent0fabced3c4d3c5fa8cb1fa28413f469f73f97875 (diff)
downloadpfsense-e300a01ef8fc53e43c10d1f8893825a2c647f426.zip
pfsense-e300a01ef8fc53e43c10d1f8893825a2c647f426.tar.gz
Use nohup construct for launching check_reload_status
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 4b7421d..66ce433 100755
--- a/etc/rc
+++ b/etc/rc
@@ -259,7 +259,7 @@ rm -rf /usr/local/pkg/pf/CVS
# scripts
rm -f /tmp/filter_dirty
rm -f /tmp/rc.linkup
-/usr/bin/nice -n20 /usr/local/sbin/check_reload_status & 2>/dev/null
+nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status &
# Start ping handler for every 240 seconds
minicron 240 /var/run/ping_hosts.pid /etc/ping_hosts.sh
OpenPOWER on IntegriCloud