mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Adding recipe for phpfastcgi/fastcgi-daemon
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user