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