aports/testing/cluster-glue/cluster-glue.pre-install
2011-11-03 15:02:42 +00:00

12 lines
159 B
Bash

#!/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