diff options
author | Ermal <eri@pfsense.org> | 2011-06-24 19:05:58 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-06-24 19:05:58 +0000 |
commit | 01599e5e95cdc329ccb062fe0837b216af67b2cc (patch) | |
tree | 5a585ceceefc924e7b46e802b2aa0f68a3050392 /etc/rc | |
parent | 506514e77bf9823f965e70f6a1c9d8cdefd6413b (diff) | |
download | pfsense-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-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." |