fix php-fpm.socket logout problem
This commit is contained in:
parent
cca6645253
commit
96e5594ef0
@ -6,7 +6,6 @@ After=syslog.target network.target
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
Type=notify
|
Type=notify
|
||||||
PIDFile=/run/php-fpm/php-fpm.pid
|
PIDFile=/run/php-fpm/php-fpm.pid
|
||||||
PrivateTmp=true
|
|
||||||
Environment="FPM_SOCKETS=/var/run/php-fpm.socket=3"
|
Environment="FPM_SOCKETS=/var/run/php-fpm.socket=3"
|
||||||
ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid
|
ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
|
Loading…
Reference in New Issue
Block a user