aports/openrc-configs/haproxy-redxen-openrc/runfile

7 lines
179 B
Plaintext
Raw Normal View History

2020-11-01 14:28:32 +00:00
#!/sbin/openrc-run
description="Start OpenRC service for HAProxy"
command="/usr/sbin/haproxy"
pidfile="/run/haproxy.pid"
command_args="-D -p ${pidfile} -f ${CONF} ${EXTRA_OPTS}"