Preparing for reloading haproxy
This commit is contained in:
parent
417db0de77
commit
eb10288717
7 changed files with 103 additions and 6 deletions
5
scripts/haproxy-reload.sh
Executable file
5
scripts/haproxy-reload.sh
Executable 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) &
|
||||
Loading…
Add table
Add a link
Reference in a new issue