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


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

touch $SHUTDOWN_FLAG