Update php.service.tpl

This commit is contained in:
midoks 2023-09-30 01:16:49 +08:00
parent 29ffc62b7c
commit f1fb16366c
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ After=network.target
[Service]
Environment="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/server/lib/icu/lib"
#ExecStartPre=export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/server/lib/icu/lib
PIDFile={$SERVER_PATH}/php/{$VERSION}/var/run/php-fpm.pid
ExecStart={$SERVER_PATH}/php/{$VERSION}/sbin/php-fpm --nodaemonize --fpm-config {$SERVER_PATH}/php/{$VERSION}/etc/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID