diff -Nur --no-dereference e-smith-base-5.8.1.old/createlinks e-smith-base-5.8.1/createlinks --- e-smith-base-5.8.1.old/createlinks 2022-11-22 14:55:50.820000000 -0500 +++ e-smith-base-5.8.1/createlinks 2022-11-22 15:00:44.538000000 -0500 @@ -340,6 +340,7 @@ event_link("remove-templates-custom", $event, "02"); templates2events("/etc/smartmontools/smartd.conf", $event); templates2events("/home/e-smith/ssl.pem/pem", $event); +templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); event_link("set-hostname", $event, "10"); event_link("user-rsshd", $event, "16"); event_link("conf-modules", $event, "30"); @@ -359,6 +360,7 @@ event_link("remove-templates-custom", $event, "02"); templates2events("/etc/smartmontools/smartd.conf", $event); templates2events("/home/e-smith/ssl.pem/pem", $event); +templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); event_link("rmmod-bonding", $event, "10"); event_link("set-hostname", $event, "10"); event_link("user-rsshd", $event, "16"); diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 14:55:50.786000000 -0500 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 15:08:22.661000000 -0500 @@ -5,3 +5,4 @@ $OmitLocalLogging off $IMJournalStateFile imjournal.state $SystemLogSocketName /run/systemd/journal/syslog +$ImjournalRateLimitInterval 0 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2014-03-23 22:47:23.000000000 -0400 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2022-11-22 15:08:27.053000000 -0500 @@ -1,5 +1,5 @@ { # Don't be as aggressive on rate limiting of messages } -$SystemLogRateLimitInterval 30 -$SystemLogRateLimitBurst 2000 +$SystemLogRateLimitInterval 0 +$SystemLogRateLimitBurst 0 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/usr/lib/systemd/system/wan.service e-smith-base-5.8.1/root/usr/lib/systemd/system/wan.service --- e-smith-base-5.8.1.old/root/usr/lib/systemd/system/wan.service 2021-06-06 16:30:37.000000000 -0400 +++ e-smith-base-5.8.1/root/usr/lib/systemd/system/wan.service 2022-11-22 15:02:13.054000000 -0500 @@ -2,6 +2,7 @@ Description=WAN interface for Koozali SME Server After=network-pre.target networking.service Before=network-online.target +PartOf=networking.service [Service] Type=oneshot