1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh addgroup haclient 2>/dev/null adduser hacluster \ -h /var/lib/heartbeat/cores/hacluster \ -G haclient \ -s /sbin/nologin \ 2>/dev/null exit 0