Files
2019-08-01 08:33:55 +02:00

10 lines
340 B
YAML

services:
App\FastCGIKernel:
autowire: true
PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: null
PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand:
arguments: ['@App\FastCGIKernel', '@PHPFastCGI\FastCGIDaemon\Driver\DriverContainer', 'fastcgi-daemon:run']
tags:
- { name: console.command }