Hey, seems this file is missed in trunk.
should this also merge into trunk? now I got a configure error: config.status: error: cannot find input file: sapi/fpm/php-fpm.service.in thanks On Fri, Sep 28, 2012 at 6:47 AM, Jérôme Loyet <f...@php.net> wrote: > Commit: 2259a8f18b1f25c175c486f54849fcd9e61ecde1 > Author: Jerome Loyet <f...@php.net> Fri, 28 Sep 2012 00:47:56 +0200 > Parents: 851a04bb7b680954249e825ea3fef420f7d66bb7 > Branches: PHP-5.3 > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=2259a8f18b1f25c175c486f54849fcd9e61ecde1 > > Log: > - add missing php-fpm.service.in > > 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 > -- Laruence Xinchen Hui http://www.laruence.com/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php