mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
this is the legacy version of community/haproxy-dataplaneapi, which follows the v2 specs.
13 lines
463 B
Bash
Executable File
13 lines
463 B
Bash
Executable File
# Configuration for /etc/init.d/haproxy-dataplaneapi
|
|
|
|
CONFIGFILE=/etc/haproxy/dataplaneapi.yml
|
|
|
|
# dataplaneapi should be able to restart haproxy service, so by default it runs
|
|
# as root. However if your system is running haproxy with a process manager
|
|
# that doesn't require root privilege to be operated, then you should run it as
|
|
# a non-privileged user.
|
|
#command_user="haproxy:haproxy"
|
|
|
|
# Comment out to disable process supervisor.
|
|
supervisor=supervise-daemon
|