#!/bin/bash

sleep $((RANDOM%60))
/usr/sbin/ntpdate -u ntp.yandex.net >/dev/null 2>&1
/sbin/hwclock --rtc=/dev/rtc0 --systohc --utc --noadjfile 
