|
root / base / usr / src / zyginit / services / consadm / start.sh
start.sh Bash 9 lines 242 B
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