diff options
Diffstat (limited to '50-ntpdate')
-rw-r--r-- | 50-ntpdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ #!/bin/sh -# Sync time from pool.ntp.org as soon as connection is up case "${reason}" in BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT|STATIC) + # sync time as soon as connection is up # this reads nameserver from /etc/ntp.conf ntpd -q # alternatively use ntpdate and give hostname |