Browse Source

Add missed file

pull/215/merge
Xinchen Hui 13 years ago
parent
commit
7e2c87bf2b
  1. 12
      sapi/fpm/php-fpm.service.in

12
sapi/fpm/php-fpm.service.in

@ -0,0 +1,12 @@
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
PIDFile=@localstatedir@/run/php-fpm.pid
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save