summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-20 17:36:08 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-20 17:36:08 +0000
commit1332508351a9e6e42b3d297ec8ed34a3b3f19e64 (patch)
tree508fb18f9a4f2d5fc767b6532d2708df6996e7ed /etc
parent36db0082a3947b32ed0588f4750054b197c5e859 (diff)
downloadpfsense-1332508351a9e6e42b3d297ec8ed34a3b3f19e64.zip
pfsense-1332508351a9e6e42b3d297ec8ed34a3b3f19e64.tar.gz
Use nohup construct for launching
Diffstat (limited to 'etc')
-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