mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
10 lines
337 B
YAML
10 lines
337 B
YAML
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 }
|