lol

Merge pull request #268110 from tyxieblub/squid-service

authored by

Artturi and committed by
GitHub
0bd183e0 8c3079a4

+1 -1
+1 -1
nixos/modules/services/networking/squid.nix
··· 176 176 serviceConfig = { 177 177 PIDFile="/run/squid.pid"; 178 178 ExecStart = "${cfg.package}/bin/squid --foreground -YCs -f ${squidConfig}"; 179 - ExecReload="kill -HUP $MAINPID"; 179 + ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; 180 180 KillMode="mixed"; 181 181 NotifyAccess="all"; 182 182 };