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