Merge pull request #268110 from tyxieblub/squid-service
This commit is contained in:
commit
0bd183e065
@ -176,7 +176,7 @@ in
|
||||
serviceConfig = {
|
||||
PIDFile="/run/squid.pid";
|
||||
ExecStart = "${cfg.package}/bin/squid --foreground -YCs -f ${squidConfig}";
|
||||
ExecReload="kill -HUP $MAINPID";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||
KillMode="mixed";
|
||||
NotifyAccess="all";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user