pacemaker.postinst 181 B

12345678
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. gid2=$(get_next_gid)
  5. add_user hacluster $(get_next_uid) $gid /tmp
  6. add_group hacluster $gid
  7. add_group haclient $gid2