1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/haproxy-dataplaneapi/haproxy-dataplaneapi.confd
Guy Godfroy eb6c6169e7 testing/haproxy-dataplaneapi: various improvements
* Logging is enabled on the shipped config
* Because it should be able to restart haproxy service, set it to run as
  root by default
2024-07-10 08:31:51 +00:00

12 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