core/php/php-fpm.service
2012-09-24 21:01:33 +00:00

14 lines
261 B
Desktop File

[Unit]
Description=FastCGI Process Manager for PHP
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/php-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/sbin/php-fpm
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target