1
0
Fork 0
docker-easy-haproxy/assets/scripts/haproxy.sh
Joao Gilberto Magalhaes b196905320 Directory restructuration
2019-07-17 00:14:58 -05:00

7 lines
155 B
Bash
Executable file

#!/usr/bin/env bash
/usr/local/sbin/haproxy -W -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /var/run/haproxy.sock
while true; do
sleep 60
done