Differences
This shows you the differences between the selected revision and the current version of the page.
howto:reduce_clock_drift 2008/02/24 14:47 | howto:reduce_clock_drift 2017/09/06 18:38 current | ||
---|---|---|---|
Line 34: | Line 34: | ||
</code> | </code> | ||
- | Create this script and place it on the DNS-323 hard drive, i.e. ''/mnt/HD_a2''. [[Telnet]] to the DNS-323 and create a new cron job with the command | + | Create this script and place it on the DNS-323 hard drive, i.e. ''/mnt/HD_a2''. Don't forget to make it executable with: |
+ | <code> | ||
+ | # chmod a+x log_time.sh | ||
+ | </code> | ||
+ | |||
+ | [[Telnet]] to the DNS-323 and create a new cron job with the command | ||
<code> | <code> | ||
# /bin/crontab -e | # /bin/crontab -e |