Skip to content

Commit

Permalink
phpfpm service: don't use private /tmp
Browse files Browse the repository at this point in the history
This breaks local PostgreSQL connections.

(cherry picked from commit 417844b)
  • Loading branch information
abbradar authored and globin committed Mar 25, 2017
1 parent c2ad3e4 commit 082666f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/web-servers/phpfpm/default.nix
Expand Up @@ -147,7 +147,6 @@ in {
cfgFile = fpmCfgFile pool poolConfig;
in {
Slice = "phpfpm.slice";
PrivateTmp = true;
PrivateDevices = true;
ProtectSystem = "full";
ProtectHome = true;
Expand Down

0 comments on commit 082666f

Please sign in to comment.