post_install() {
  getent passwd haproxy >/dev/null || useradd -r -M -d / \
    -s /usr/bin/nologin haproxy >/dev/null
}
