summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-16 14:03:24 -0400
committerjim-p <jimp@pfsense.org>2012-05-16 14:03:24 -0400
commitb61e89600ea0053d8ab4a9d0e18809cc29828b92 (patch)
treea1e9d4bc4a26cdb1dafd8efe8a82475af7ad0be2 /etc/rc.bootup
parent9cf11774f2921b6ac7794b8e132eeb10bf2e7286 (diff)
downloadpfsense-b61e89600ea0053d8ab4a9d0e18809cc29828b92.zip
pfsense-b61e89600ea0053d8ab4a9d0e18809cc29828b92.tar.gz
Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that when launching ntp or ntpdate.
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 721cea6..3b14cb1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -309,7 +309,7 @@ system_routing_enable();
echo "Starting NTP time client...";
/* At bootup this will just write the config, ntpd will launch from ntpdate_sync_once.sh */
system_ntp_configure(false);
-mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
+mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true);
/* start load balancer daemon */
relayd_configure();
OpenPOWER on IntegriCloud