763875
[Unit]
763875
Description=HAProxy Load Balancer
763875
After=network-online.target
763875
Wants=network-online.target
763875
763875
[Service]
763875
EnvironmentFile=-/etc/sysconfig/haproxy
504111
Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" "CFGDIR=/etc/haproxy/conf.d"
504111
ExecStartPre=/usr/sbin/haproxy -f $CONFIG -f $CFGDIR -c -q $OPTIONS
504111
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -f $CFGDIR -p $PIDFILE $OPTIONS
504111
ExecReload=/usr/sbin/haproxy -f $CONFIG -f $CFGDIR -c -q $OPTIONS
763875
ExecReload=/bin/kill -USR2 $MAINPID
763875
KillMode=mixed
763875
SuccessExitStatus=143
763875
Type=notify
763875
763875
[Install]
763875
WantedBy=multi-user.target