1 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/createlinks e-smith-base-5.8.1/createlinks |
2 |
--- e-smith-base-5.8.1.old/createlinks 2022-11-22 14:55:50.820000000 -0500 |
3 |
+++ e-smith-base-5.8.1/createlinks 2022-11-22 15:00:44.538000000 -0500 |
4 |
@@ -340,6 +340,7 @@ |
5 |
event_link("remove-templates-custom", $event, "02"); |
6 |
templates2events("/etc/smartmontools/smartd.conf", $event); |
7 |
templates2events("/home/e-smith/ssl.pem/pem", $event); |
8 |
+templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); |
9 |
event_link("set-hostname", $event, "10"); |
10 |
event_link("user-rsshd", $event, "16"); |
11 |
event_link("conf-modules", $event, "30"); |
12 |
@@ -359,6 +360,7 @@ |
13 |
event_link("remove-templates-custom", $event, "02"); |
14 |
templates2events("/etc/smartmontools/smartd.conf", $event); |
15 |
templates2events("/home/e-smith/ssl.pem/pem", $event); |
16 |
+templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); |
17 |
event_link("rmmod-bonding", $event, "10"); |
18 |
event_link("set-hostname", $event, "10"); |
19 |
event_link("user-rsshd", $event, "16"); |
20 |
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 |
21 |
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 14:55:50.786000000 -0500 |
22 |
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 15:08:22.661000000 -0500 |
23 |
@@ -5,3 +5,4 @@ |
24 |
$OmitLocalLogging off |
25 |
$IMJournalStateFile imjournal.state |
26 |
$SystemLogSocketName /run/systemd/journal/syslog |
27 |
+$ImjournalRateLimitInterval 0 |
28 |
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 |
29 |
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2014-03-23 22:47:23.000000000 -0400 |
30 |
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2022-11-22 15:08:27.053000000 -0500 |
31 |
@@ -1,5 +1,5 @@ |
32 |
{ |
33 |
# Don't be as aggressive on rate limiting of messages |
34 |
} |
35 |
-$SystemLogRateLimitInterval 30 |
36 |
-$SystemLogRateLimitBurst 2000 |
37 |
+$SystemLogRateLimitInterval 0 |
38 |
+$SystemLogRateLimitBurst 0 |
39 |
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 |
40 |
--- e-smith-base-5.8.1.old/root/usr/lib/systemd/system/wan.service 2021-06-06 16:30:37.000000000 -0400 |
41 |
+++ e-smith-base-5.8.1/root/usr/lib/systemd/system/wan.service 2022-11-22 15:02:13.054000000 -0500 |
42 |
@@ -2,6 +2,7 @@ |
43 |
Description=WAN interface for Koozali SME Server |
44 |
After=network-pre.target networking.service |
45 |
Before=network-online.target |
46 |
+PartOf=networking.service |
47 |
|
48 |
[Service] |
49 |
Type=oneshot |