mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 17:56:53 +03:00
phpfpm service: don't use private /tmp
This breaks local PostgreSQL connections.
This commit is contained in:
parent
a9172891d9
commit
417844b596
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ in {
|
||||||
cfgFile = fpmCfgFile pool poolConfig;
|
cfgFile = fpmCfgFile pool poolConfig;
|
||||||
in {
|
in {
|
||||||
Slice = "phpfpm.slice";
|
Slice = "phpfpm.slice";
|
||||||
PrivateTmp = true;
|
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue