X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=dev-lang%2Fphp%2Ffiles%2Fphp-fpm_at-simple.service;fp=dev-lang%2Fphp%2Ffiles%2Fphp-fpm_at-simple.service;h=5f0482e8c26326554e2e3936a48861351c1e994c;hb=d870cbf74dba08b7f2d8ff706e2b669e60f2e2f2;hp=0000000000000000000000000000000000000000;hpb=95ded831336a482061e94cd5bf32a600c8727bf9;p=portage-squeep diff --git a/dev-lang/php/files/php-fpm_at-simple.service b/dev-lang/php/files/php-fpm_at-simple.service new file mode 100644 index 0000000..5f0482e --- /dev/null +++ b/dev-lang/php/files/php-fpm_at-simple.service @@ -0,0 +1,13 @@ +[Unit] +Description=The PHP FastCGI Process Manager +After=network.target + +[Service] +Type=simple +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