diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd 2022-04-15 15:43:09.730000000 -0400 @@ -0,0 +1,4 @@ +# systemd +:programname, isequal, "systemd" { (($rsyslog{systemd} || "disabled") ne "enabled" )? "stop" : "/var/log/systemd.log +& stop" } + diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd e-smith-base-5.8.1/root/etc/logrotate.d/systemd --- e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-base-5.8.1/root/etc/logrotate.d/systemd 2022-04-15 15:43:37.774000000 -0400 @@ -0,0 +1,8 @@ +/var/log/systemd.log { + missingok + sharedscripts + postrotate + /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true + endscript +} + diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:25:27.343000000 -0400 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:26:37.204000000 -0400 @@ -7,10 +7,6 @@ } $ModLoad imklog { -# provides --MARK-- message capability -} -$ModLoad immark -{ # provides getting logs from journald } $ModLoad imjournal