On 9/23/21 16:22, Dave Macias wrote:
> If i change the service file with (-d 256):
> ExecStart=/opt/symas/lib/slapd -d 256 -h ${SLAPD_URLS} $SLAPD_OPTIONS
>
> I get at least these msgs:
> [..]
Option -d sends messages to stderr which most times are sent to
systemd-journald but without syslog facility applied.
Also note that today most Linux distros let systemd-journald listen on
/dev/log and journald is configured to forward the syslog messages to
e.g. rsyslog via another socket. Oh, well...
Ciao, Michael.