Hi Cyril! On Wed, Jan 13, 2016 at 5:10 PM, Cyril Bonté <[email protected]> wrote:
> Mike, how are you testing ? Could it be that you are using an init script > instead of the command line you provided, which may forget to provide the > -L argument ? Yes, I'm using the init script that comes with the Debian/Ubuntu package. It sources an EXTRAOPTS parameter from /etc/default/haproxy and I can clearly see that it's taking effect in the process list. To test -L before -f, I modified the init script and moved the $EXTRAOPTS reference before the -f, and again was able to verify it by looking at the process title and arguments. Thank you! Mike

