summaryrefslogtreecommitdiff
path: root/package/pacemaker/files/pacemaker.postinst
blob: 008dd332005dff85e89ce8777ae78b4bc1e50cad (plain)
1
2
3
4
5
6
7
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
gid2=$(get_next_gid)
add_user hacluster $(get_next_uid) $gid /tmp
add_group hacluster $gid
add_group haclient $gid2