I hereby claim:
- I am gfrey on github.
- I am gfrey (https://keybase.io/gfrey) on keybase.
- I have a public key whose fingerprint is C4B6 DA82 02CC E673 7AA3 5D67 1231 DDD2 515F 2772
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
description "Properly handle haproxy" | |
start on startup | |
env PID_PATH=/var/run/haproxy.pid | |
env BIN_PATH=/usr/sbin/haproxy | |
script | |
exec /bin/bash <<EOF | |
$BIN_PATH -f /etc/haproxy.cfg -D -p $PID_PATH |