12 lines
261 B
Desktop File
12 lines
261 B
Desktop File
[Unit]
|
|
Description=HAProxy Load Balancer
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/haproxy
|
|
ExecStart=/usr/sbin/haproxy-systemd-wrapper $HAPROXY_OPTIONS
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|