Files
symfony-flex-recipes-contrib/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.yaml
T
2018-08-05 16:02:47 +02:00

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 }