mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ntpd: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006-2008 OpenWrt.org
|
||||
|
||||
START=60
|
||||
|
||||
STEP_SERVERS="0.openwrt.pool.ntp.org 1.openwrt.pool.ntp.org 2.openwrt.pool.ntp.org"
|
||||
TIMEOUT="2" # in seconds
|
||||
|
||||
start() {
|
||||
for s in $STEP_SERVERS ; do
|
||||
/usr/sbin/ntpdate -s -b -u -t "$TIMEOUT" "$s" && break
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user