mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Updated version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
App\FastCGIKernel:
|
||||
autowire: true
|
||||
|
||||
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