1
0
Files
irix-657m-src/eoe/cmd/HA/init.d/ha
2022-09-29 17:59:04 +03:00

11 lines
150 B
Bash
Executable File

#! /sbin/sh
#ident "$Revision: 1.2 $"
CONFIG=/etc/config
IS_ON=/sbin/chkconfig
if $IS_ON ha; then
ha_heartbeat -t
echo Starting ha monitoring.
fi