core/php/php-fpm.service

14 lines
304 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
2014-11-12 20:10:28 +08:00
Type=notify
PIDFile=/run/php-fpm/php-fpm.pid
PrivateTmp=true
2014-11-12 20:10:28 +08:00
ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target