]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - dev-lang/php/files/php-fpm_at-simple.service
5f0482e8c26326554e2e3936a48861351c1e994c
[mjo-overlay.git] / dev-lang / php / files / php-fpm_at-simple.service
1 [Unit]
2 Description=The PHP FastCGI Process Manager
3 After=network.target
4
5 [Service]
6 Type=simple
7 PIDFile=/run/php-fpm/php-fpm-%I.pid
8 ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
9 ExecReload=/bin/kill -USR2 $MAINPID
10 PrivateTmp=true
11
12 [Install]
13 WantedBy=multi-user.target