From ff1dafc4b8431048ce26899c62342b263534c930 Mon Sep 17 00:00:00 2001 From: Zhang Huanjie <james@ustc.edu.cn> Date: Tue, 5 May 2020 19:59:36 +0800 Subject: [PATCH] hwclock --- crontab.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.txt b/crontab.txt index 5cf3e76..f07efdc 100644 --- a/crontab.txt +++ b/crontab.txt @@ -1 +1 @@ -0 * * * * /usr/sbin/ntpdate 202.38.64.7 > /dev/null +0 * * * * ( /usr/sbin/ntpdate 202.38.64.7 && /sbin/hwclock -w ) > /dev/null -- GitLab