#!/bin/sh
########################################################################
# Begin $/opt/midas/bin/initiate-restart
#
# Description : Begin system restart.
#
# Authors     : MLA
#
# Version     : 00.00
#
# Notes       : none.
#
########################################################################


# See shutdown-monitor script
SHUTDOWN_FLAG=/var/shutdown-system
RESTART_FLAG=/var/restart-system

touch $RESTART_FLAG