From c206cfd1de94e2e79c1d9d42dc8f44f140d4c3f8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 9 Mar 2009 14:09:56 -0700 Subject: Add adjtime handling to hwclock init The hwclock man page recommends calling hwclock with --adjust at start time, and periodically during system run. So let's do that here. Signed-off-by: Aaron Griffin --- adjtime.cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 adjtime.cron (limited to 'adjtime.cron') diff --git a/adjtime.cron b/adjtime.cron new file mode 100755 index 0000000..40c02f2 --- /dev/null +++ b/adjtime.cron @@ -0,0 +1,3 @@ +#!/bin/sh +# Update our hwclock for system drift +/sbin/hwclock --adjust -- cgit v1.2.3