#!/bin/bash if svcdownchk /service/dnscache; then syn3-state dns OK "Stopped" exit 0 else syn3-state dns CAUTION "Shutdown failed" exit 1 fi