php7编译安装-php-fpm.service

[Unit]
Description=php-fpm - Hypertext Preprocessor
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
PIDFile=/usr/local/php7/var/run/php-fpm.pid
ExecStart=/usr/local/php7/sbin/php-fpm --nodaemonize --fpm-config /usr/local/php7/etc/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
ExecStop=/bin/kill -SIGINT $MAINPID
PrivateTmp=false


[Install]
WantedBy=multi-user.target

posted on 2018-12-21 01:09  天涯飞鸿  阅读(1366)  评论(0编辑  收藏  举报

导航