diff options
Diffstat (limited to 'testing/cluster-glue/cluster-glue.pre-install')
-rw-r--r-- | testing/cluster-glue/cluster-glue.pre-install | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/cluster-glue/cluster-glue.pre-install b/testing/cluster-glue/cluster-glue.pre-install index ce20da4102..31249dba6d 100644 --- a/testing/cluster-glue/cluster-glue.pre-install +++ b/testing/cluster-glue/cluster-glue.pre-install @@ -1,10 +1,12 @@ #!/bin/sh addgroup -S haclient 2>/dev/null -adduser -S -g hacluster hacluster \ +adduser -S \ -h /var/lib/heartbeat/cores/hacluster \ - -G haclient \ -s /sbin/nologin \ + -G haclient \ + -g hacluster \ + hacluster \ 2>/dev/null exit 0 |