#!/bin/sh

#
# you have to adjust these values manually
#

TICK=10000
FREQ=0

/usr/sbin/adjtimex -tick ${TICK} -frequency ${FREQ} -status 4
