On 2019-05-06 11:00, Tim Duesterhus wrote:
From: Apollon Oikonomopoulos <[email protected]>
This will allow seamless upgrades from the sysvinit system while
respecting
any changes the users may have made. It will also make local
configuration
easier than overriding the systemd unit file.
Note by Tim:
This GPL-2 licensed patch was taken from the Debian project at [1].
It was slightly modified to cleanly apply, because HAProxy's default
unit
file does not include rsyslog.service as an 'After' dependency. Also
the
subject line was modified to include the proper subsystem and severity.
I think, instead of After=rsyslog.service, it should be
After=syslog.service, then any logger daemon could be used that has
Alias=syslog.service.
https://www.freedesktop.org/wiki/Software/systemd/syslog/
Regards,
Veiko