Annotation of embedaddon/php/sapi/fpm/php-fpm.service.in, revision 1.1

1.1     ! misho       1: [Unit]
        !             2: Description=The PHP FastCGI Process Manager
        !             3: After=syslog.target network.target
        !             4: 
        !             5: [Service]
        !             6: Type=@php_fpm_systemd@
        !             7: PIDFile=@localstatedir@/run/php-fpm.pid
        !             8: ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
        !             9: ExecReload=/bin/kill -USR2 $MAINPID
        !            10: 
        !            11: [Install]
        !            12: WantedBy=multi-user.target
        !            13: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>