blob: ac79dc931a5d00c52252a3f4f5486eddeeb61efe [file] [log] [blame]
[Unit]
Description=PHP-FPM
After=network.target
[Service]
Type=forking
PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid
ExecStart=@SYSCONFDIR@/init.d/php-fpm start
ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
[Install]
WantedBy=multi-user.target