summaryrefslogtreecommitdiffstats
path: root/dev-lang/php/files/php-fpm_at.service
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/files/php-fpm_at.service')
-rw-r--r--dev-lang/php/files/php-fpm_at.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/php/files/php-fpm_at.service b/dev-lang/php/files/php-fpm_at.service
new file mode 100644
index 0000000..152c1ab
--- /dev/null
+++ b/dev-lang/php/files/php-fpm_at.service
@@ -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
+