File haproxy.service of Package haproxy16
1
[Unit]
2
Description=HAProxy Load Balancer
3
After=syslog.target network.target
4
5
[Service]
6
EnvironmentFile=/etc/sysconfig/haproxy
7
ExecStart=/usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid $OPTIONS
8
ExecReload=/bin/kill -USR2 $MAINPID
9
10
[Install]
11
WantedBy=multi-user.target
12