diff -Nur --no-dereference e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20PidFilename e-smith-proxy-5.6.0/root/etc/e-smith/templates/etc/squid/squid.conf/20PidFilename --- e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20PidFilename 2006-03-15 16:08:21.000000000 -0500 +++ e-smith-proxy-5.6.0/root/etc/e-smith/templates/etc/squid/squid.conf/20PidFilename 2023-02-06 00:00:31.709000000 -0500 @@ -1,3 +1,3 @@ { - $OUT = "pid_filename /var/log/squid/squid.pid"; + $OUT = "pid_filename /run/squid/squid.pid"; } 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/40service e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/40service --- e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/40service 2023-02-05 23:58:44.354000000 -0500 +++ e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/40service 2023-02-06 00:01:54.866000000 -0500 @@ -5,6 +5,7 @@ $OUT .= $squid{MaxFileDesc} || 4096; $OUT .= "\n"; } +PIDFile=/run/squid/squid.pid # squid option -s ---->> $SQUID_OPTS ExecStartPre=/sbin/e-smith/service-status squid User=root