summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 03:04:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 03:04:56 +0000
commitdd79b5c9af41de5b065866e0cce53566e4cda380 (patch)
treedb1ba7b9fd042df5484aa59772e81abfbd4deaf5 /usr/local/sbin
parent4f46cd861d2ac72f65a53c2d695967a4adc4bf5b (diff)
downloadpfsense-dd79b5c9af41de5b065866e0cce53566e4cda380.zip
pfsense-dd79b5c9af41de5b065866e0cce53566e4cda380.tar.gz
Launch nttpd after we are up
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/ntpdate_sync_once.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/sbin/ntpdate_sync_once.sh b/usr/local/sbin/ntpdate_sync_once.sh
index a7f98a3..a0ec0f8 100755
--- a/usr/local/sbin/ntpdate_sync_once.sh
+++ b/usr/local/sbin/ntpdate_sync_once.sh
@@ -8,3 +8,6 @@ while [ "$NOTSYNCED" = "true" ]; do
NOTSYNCED="false"
fi
done
+
+# Launch -- we have net.
+/usr/local/sbin/ntpd -s -f {$g['varetc_path']}/ntpd.conf
OpenPOWER on IntegriCloud