diff options
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
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(); |