Package haproxy: Scripts

Post install

/usr/sbin/post_service haproxy
Pre install

1
2
3
/usr/sbin/groupadd -r -f _haproxy >/dev/null 2>&1 ||:
/usr/sbin/useradd -g _haproxy -c 'HA Proxy' \
    -d /var/lib/haproxy -s /dev/null -r -l -M _haproxy >/dev/null 2>&1 ||:
Pre uninstall

/usr/sbin/preun_service haproxy