Merge "Fix false alert messages in HAProxy logs"

This commit is contained in:
Jenkins 2016-03-14 00:58:05 +00:00 committed by Gerrit Code Review
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