Files
symfony-flex-recipes-contrib/phpfastcgi/fastcgi-daemon/1.0/config/packages/fastcgi_daemon.yaml
T

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 }