Re: HAProxy and systemd compatibility

2013-02-09 Thread Willy Tarreau
Hi Marc-Antoine, On Fri, Feb 08, 2013 at 03:58:45PM +0100, Marc-Antoine Perennou wrote: Hi, Currently, to reload haproxy configuration, you have to use -sf. Systemd philosophy is for the daemon not to fork by themselves, but rather let the init process do it for them. My first patch

HAProxy and systemd compatibility

2013-02-08 Thread Marc-Antoine Perennou
Hi, Currently, to reload haproxy configuration, you have to use -sf. Systemd philosophy is for the daemon not to fork by themselves, but rather let the init process do it for them. My first patch adds a new option -Ds which is exactly like -D, but instead of forking n times to get n jobs