aports/testing/haproxy-dataplaneapi2/haproxy-dataplaneapi2.pre-install
Guy Godfroy d8ff9d0500 testing/haproxy-dataplaneapi2: new aport
this is the legacy version of community/haproxy-dataplaneapi, which
follows the v2 specs.
2025-11-18 08:32:02 -06:00

8 lines
150 B
Bash
Executable File

#!/bin/sh
addgroup -S haproxy 2>/dev/null
adduser -S -D -H -h /var/lib/haproxy -s /sbin/nologin \
-G haproxy -g haproxy haproxy 2>/dev/null
exit 0