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