aports/testing/haproxy-dataplaneapi2/haproxy-dataplaneapi.initd
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

22 lines
368 B
Bash
Executable File

#!/sbin/openrc-run
name="haproxy-dataplaneapi"
description="HAProxy Data Plane API"
: ${command_user="root:root"}
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/bin/dataplaneapi"
command_args="-f $CONFIGFILE"
command_background="yes"
depend() {
need net
after firewall
}
start_pre() {
checkpath -d --owner "$command_user" --mode 0755 \
/var/log/dataplaneapi
}