xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=PHP-FPM
3After=network.target
4[Service]
5Type=forking
6PIDFile=/run/php-fpm.pid
7ExecStart=@SYSCONFDIR@/init.d/php-fpm start
8ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
9[Install]
10WantedBy=multi-user.target
11