blob: ac79dc931a5d00c52252a3f4f5486eddeeb61efe [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[Unit]
2Description=PHP-FPM
3After=network.target
4[Service]
5Type=forking
6PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid
7ExecStart=@SYSCONFDIR@/init.d/php-fpm start
8ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
9[Install]
10WantedBy=multi-user.target