summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-06 17:57:26 +0000
committerErmal <eri@pfsense.org>2011-06-06 17:57:26 +0000
commitf6bf0661e176db8199a75ac4d842a090b3f95569 (patch)
tree55bac6efd5d92cc1b130f117644cd024c893b8b9 /etc/rc.bootup
parent63dfc7efc121aae384584449128214cc874d38fd (diff)
downloadpfsense-f6bf0661e176db8199a75ac4d842a090b3f95569.zip
pfsense-f6bf0661e176db8199a75ac4d842a090b3f95569.tar.gz
Switch this to check_reload_status event to see if it solves any possible issues of nohup blocking signals to be delivered to filterdns proces.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e71c430..1b71d00 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -322,7 +322,7 @@ system_do_shell_commands();
/* start IPsec tunnels */
vpn_ipsec_configure();
/* Reload dynamic hostname tunnels after bootup finishes */
-mwexec_bg("/etc/rc.newipsecdns");
+send_event("reload ipsecdns");
/* start SNMP service */
services_snmpd_configure();
OpenPOWER on IntegriCloud