Merge "Fix false alert messages in HAProxy logs"
This commit is contained in:
commit
d90d0ad782
@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set datagram receiving queue length to 128 for haproxy's socket
|
||||
sysctl net.unix.max_dgram_qlen=128
|
||||
|
||||
# We are intentionally not using exec so we can reload the haproxy config later
|
||||
echo "Running command: '${CMD}'"
|
||||
$CMD
|
||||
|
Loading…
x
Reference in New Issue
Block a user