~dricottone/container-images

ref: 9077dcc92954b810700ba1c67692d462dca7b61e container-images/haproxy/entrypoint.sh -rw-r--r-- 121 bytes
9077dcc9Dominic Ricottone Restrictions on postfix 1 year, 2 months ago
                                                                                
1
2
3
4
5
#!/bin/sh
sed -i /usr/local/etc/haproxy/haproxy.cfg -e "s/^  log 127.0.0.1:514/  log ${LOGDEST}/"

su-exec haproxy "$@"