]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - dev-lang/php/files/php-fpm_at.service
Add dev-lang/php::gentoo.
[mjo-overlay.git] / dev-lang / php / files / php-fpm_at.service
diff --git a/dev-lang/php/files/php-fpm_at.service b/dev-lang/php/files/php-fpm_at.service
new file mode 100644 (file)
index 0000000..152c1ab
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=The PHP FastCGI Process Manager
+After=network.target
+
+[Service]
+Type=notify
+PIDFile=/run/php-fpm/php-fpm-%I.pid
+ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
+ExecReload=/bin/kill -USR2 $MAINPID
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target
+