1
0
Fork 0

Preparing for reloading haproxy

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-15 23:22:51 -05:00
parent 417db0de77
commit eb10288717
7 changed files with 103 additions and 6 deletions

5
scripts/haproxy-reload.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
echo "Reloading..."
/usr/local/sbin/haproxy -W -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -x /var/run/haproxy.sock -sf $(cat /run/haproxy.pid) &