Adding recipe for phpfastcgi/fastcgi-daemon

This commit is contained in:
Nyholm
2018-07-29 22:02:27 -07:00
parent d229171889
commit a270cd9185
4 changed files with 52 additions and 0 deletions
@@ -0,0 +1,9 @@
services:
App\FastCGIKernel:
arguments: ['@App\Kernel']
PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: ~
PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand:
arguments: ['@App\FastCGIKernel', '@PHPFastCGI\FastCGIDaemon\Driver\DriverContainer', 'fastcgi-daemon:run']
tags:
- { name: console.command }