[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

相关文章:

  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-31
  • 2021-11-15
  • 2022-03-04
猜你喜欢
  • 2021-12-14
  • 2021-08-11
  • 2021-09-27
  • 2021-11-08
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案