From 96e5594ef040eff32b83610147d409e54f937e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Apr 2015 10:31:59 +0000 Subject: [PATCH] fix php-fpm.socket logout problem --- roles/php/files/php-fpm.service | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/php/files/php-fpm.service b/roles/php/files/php-fpm.service index 8ebdb28..8a115c8 100644 --- a/roles/php/files/php-fpm.service +++ b/roles/php/files/php-fpm.service @@ -6,7 +6,6 @@ After=syslog.target network.target Restart=on-failure Type=notify PIDFile=/run/php-fpm/php-fpm.pid -PrivateTmp=true Environment="FPM_SOCKETS=/var/run/php-fpm.socket=3" ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID