Hello Tim,

On Tue, May 29, 2018 at 9:33 PM, Tim Düsterhus <t...@bastelstu.be> wrote:
> Run systemctl status haproxy. It shows the status:
>
>> [timwolla@/s/haproxy (maxrewrite-warn)]sudo systemctl status haproxy
>> ● haproxy.service - HAProxy Load Balancer
>>    Loaded: loaded (/lib/systemd/system/haproxy.service; disabled; vendor 
>> preset: enabled)
>>    Active: reloading (reload) since Tue 2018-05-29 21:25:06 CEST; 22s ago
>
> "Active: reloading (reload)" implies that the haproxy master process did
> not signal readiness to SystemD yet. In my cause that is, because I
> commented out the line signaling readiness. Readiness is signaled, once
> the master process forked off the children, but before unblocking the
> signals in the master process.

thanks for the precision. I was more looking for a way to easily check
it in my provisioning system, e.g a file to check instead of parsing
the output of systemctl status.

-- 
William

Reply via email to