Skip to content

Commit

Permalink
minor fix in haproxy.service.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Dec 15, 2017
1 parent befa6ee commit 4999318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/lb/templates/haproxy.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=syslog.target network.target

[Service]
EnvironmentFile=/etc/sysconfig/haproxy
ExecStartPre=/usr/bin/mkdir /run/haproxy
ExecStartPre=/usr/bin/mkdir -p /run/haproxy
ExecStart=/usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid $OPTIONS
ExecReload=/bin/kill -USR2 $MAINPID
KillMode=mixed
Expand Down

0 comments on commit 4999318

Please sign in to comment.