1 2 3 4 5 6 7 8
#!/bin/sh # Skip cleanly when no /etc/consadm.conf is present — consadmd has # nothing to track without it. if [ ! -r /etc/consadm.conf ]; then /bin/echo "no /etc/consadm.conf; consadm skipped" >&2 exit 0 fi exec /usr/sbin/consadmd