X-Git-Url: http://gitweb.michael.orlitzky.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=e9b6003551af59f6957afa8e076c2433c3778166;hp=0000000000000000000000000000000000000000;hpb=15005b00acc089b4c7cec4bdaaf3d58f0aef444c;p=mjo-overlay.git 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