#!/sbin/runscript depend() { need net clock hostname } start() { ebegin "Starting Hyperic HQ Agent" /opt/hyperic-hq-agent-2.0.31/hq-agent.sh start eend $? } stop() { ebegin "Stopping Hyperic HQ Agent" /opt/hyperic-hq-agent-2.0.31/hq-agent.sh stop eend $? }