#!/bin/sh
# COPYRIGHT (C) NEC CORPORATION 2010
# Rev.1

[ -f /etc/hasdrtc.conf ] && . /etc/hasdrtc.conf
. /opt/nec/hasdrtc/drtc_functions

DELAY_REBOOT=${DELAY_REBOOT=900}
check_config boot
log_chkresult $?
exit 0
