1 |
jpp |
1.1 |
diff -Nur --no-dereference e-smith-proxy-5.6.0.old/createlinks e-smith-proxy-5.6.0/createlinks |
2 |
|
|
--- e-smith-proxy-5.6.0.old/createlinks 2021-10-21 21:52:56.884000000 -0400 |
3 |
|
|
+++ e-smith-proxy-5.6.0/createlinks 2021-10-21 22:01:13.485000000 -0400 |
4 |
|
|
@@ -49,3 +49,12 @@ |
5 |
|
|
templates2events("/etc/systemd/system-preset/49-koozali.preset", $event); |
6 |
|
|
templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event); |
7 |
|
|
event_link("systemd-reload", $event, "89"); |
8 |
|
|
+ |
9 |
|
|
+foreach $event (qw( |
10 |
|
|
+ post-install |
11 |
|
|
+ post-upgrade |
12 |
|
|
+)) |
13 |
|
|
+{ |
14 |
|
|
+ templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event); |
15 |
|
|
+} |
16 |
|
|
+ |
17 |
|
|
diff -Nur --no-dereference e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit |
18 |
|
|
--- e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit 1969-12-31 19:00:00.000000000 -0500 |
19 |
|
|
+++ e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit 2021-10-21 22:02:06.672000000 -0400 |
20 |
|
|
@@ -0,0 +1,4 @@ |
21 |
|
|
+ |
22 |
|
|
+[Unit] |
23 |
|
|
+After=network-online.target |
24 |
|
|
+ |