diff -Nur --no-dereference e-smith-proxy-5.6.0.old/createlinks e-smith-proxy-5.6.0/createlinks --- e-smith-proxy-5.6.0.old/createlinks 2021-10-21 21:52:56.884000000 -0400 +++ e-smith-proxy-5.6.0/createlinks 2021-10-21 22:01:13.485000000 -0400 @@ -49,3 +49,12 @@ templates2events("/etc/systemd/system-preset/49-koozali.preset", $event); templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event); event_link("systemd-reload", $event, "89"); + +foreach $event (qw( + post-install + post-upgrade +)) +{ + templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event); +} + 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 --- 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 +++ 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 @@ -0,0 +1,4 @@ + +[Unit] +After=network-online.target +