nixos/squid: replace deprecated usage of PermissionsStartOnly
see https://github.com/NixOS/nixpkgs/issues/53852
This commit is contained in:
parent
dd9598cf54
commit
307a99bb01
|
@ -159,7 +159,6 @@ in
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type="forking";
|
Type="forking";
|
||||||
PIDFile="/run/squid.pid";
|
PIDFile="/run/squid.pid";
|
||||||
PermissionsStartOnly = true;
|
|
||||||
ExecStart = "${pkgs.squid}/bin/squid -YCs -f ${squidConfig}";
|
ExecStart = "${pkgs.squid}/bin/squid -YCs -f ${squidConfig}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue