summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-24 19:05:58 +0000
committerErmal <eri@pfsense.org>2011-06-24 19:05:58 +0000
commit01599e5e95cdc329ccb062fe0837b216af67b2cc (patch)
tree5a585ceceefc924e7b46e802b2aa0f68a3050392 /etc/rc
parent506514e77bf9823f965e70f6a1c9d8cdefd6413b (diff)
downloadpfsense-01599e5e95cdc329ccb062fe0837b216af67b2cc.zip
pfsense-01599e5e95cdc329ccb062fe0837b216af67b2cc.tar.gz
Remove nohup from the calling for check_reload_status since it may cause issues to the processes that get forked from it.
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 b5a143f..f8194ac 100755
--- a/etc/rc
+++ b/etc/rc
@@ -365,7 +365,7 @@ if [ -f /etc/rc.custom_boot_early ]; then
echo "Done"
fi
-nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status
+/usr/bin/nice -n20 /usr/local/sbin/check_reload_status
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching the init system..."
OpenPOWER on IntegriCloud