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