Updated version

This commit is contained in:
Nyholm
2018-08-05 16:02:47 +02:00
parent 2995c05970
commit afe7b67df9
4 changed files with 0 additions and 0 deletions
@@ -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 }