#!/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}"