Package: haproxy
Version: 1.5.8-3

When haproxy is installed, it adds a file:

  /etc/rsyslog.d/49-haproxy.conf

This file configures:
* A log socket in the HAProxy chroot
* A separate log file for HAProxy log messages.

However, after this file is installed, rsyslog is not restarted. The result is that the log configuration doesn't work until the user discovers this and manually restarts rsyslog.

It would be nice if this could be done during package installation. Maybe something like this in `haproxy.postinst` would work?

    if [ -x '/etc/init.d/rsyslog' ]; then
            invoke-rc.d rsyslog restart
    fi

Best regards,
Olav Morken


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to