~dricottone/container-images

ref: 86834e13c4e225b499700ba57267b6d8caa418ac container-images/haproxy/entrypoint.sh -rw-r--r-- 121 bytes
86834e13Dominic Ricottone MoinMoin 1.9 running in PyPy a day 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 "$@"