| option config standard_option /etc/haproxy/haproxy.cfg |
| option bin reserved_option /usr/sbin/haproxy |
| option cmdline reserved_option '$bin -f ${opt_config} -p ${pidfile} -D -q' |
| echo "Usage: ${0##*/} <status|start|stop|help|conf>" |
| echo "List of config.rc options (name, type, default value, current value) :" |
| echo " - config ; def=/etc/haproxy/haproxy.cfg ; cur=$opt_confdir" |
| # reads the configuration file and checks its syntax. |
| $bin -c -V -q -f ${opt_config} |
| # assign default values to options and variables before parsing the cfg file |
| function fct_begin_section { |
| pidfile="/var/run/haproxy${2:+-$2}.pid" |