mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/squid: replace deprecated usage of PermissionsStartOnly
see https://github.com/NixOS/nixpkgs/issues/53852
This commit is contained in:
parent
dd9598cf54
commit
307a99bb01
1 changed files with 1 additions and 2 deletions
|
@ -159,11 +159,10 @@ 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…
Add table
Add a link
Reference in a new issue