phpfpm service: don't use private /tmp

This breaks local PostgreSQL connections.
This commit is contained in:
Nikolay Amiantov 2017-03-25 15:34:05 +03:00 committed by Robin Gloster
parent a9172891d9
commit 417844b596

View File

@ -147,7 +147,6 @@ in {
cfgFile = fpmCfgFile pool poolConfig;
in {
Slice = "phpfpm.slice";
PrivateTmp = true;
PrivateDevices = true;
ProtectSystem = "full";
ProtectHome = true;