Am 11. Januar 2012 05:19 schrieb Lennart Poettering <[email protected]>: > > Compatibility with classic syslog implementations is provided, via a > socket /run/systemd/journal/syslog, to which all messages are forwarded,
Most systems setup rsyslog to use /etc/rsyslog.d/, so dropping a small file like 00-systemd.conf there containing: $SystemLogSocketName /run/systemd/journal/syslog might do the trick. Haven't really tested and run the new journal yet, so there are probably more issues. Just wanted to share this info. Maybe it is useful to someone. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
