well, so I found reason of my problem by myself :) all is about CRON job, last line from /etc/crontab */2 * * * * root /bin/bash /usr/bin/sync_ntp_rtc.sh - that mean that this scrip will run every 2 minutes solution: I have changed this line to run every 24 hours * */24 * * * ..... or it is possible...