Commit:    7e2c87bf2b0ebade118a503f23fcb00d2b9a14ca
Author:    Xinchen Hui <larue...@php.net>         Wed, 24 Oct 2012 10:34:44 
+0800
Parents:   e7e57aea0a2b3d5bb0ca518c98231951980654d6
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=7e2c87bf2b0ebade118a503f23fcb00d2b9a14ca

Log:
Add missed file

Changed paths:
  A  sapi/fpm/php-fpm.service.in


Diff:
diff --git a/sapi/fpm/php-fpm.service.in b/sapi/fpm/php-fpm.service.in
new file mode 100644
index 0000000..396a88d
--- /dev/null
+++ b/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
+


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to