BackgroundDaemon: remove obsolete properties

This commit is contained in:
Thomas Gelf 2019-10-02 19:27:20 +02:00
parent ddcc8953b8
commit 660aaf6293
1 changed files with 0 additions and 6 deletions

View File

@ -6,7 +6,6 @@ use Exception;
use gipfl\Cli\Process;
use gipfl\IcingaCliDaemon\DbResourceConfigWatch;
use gipfl\SystemD\NotifySystemD;
use Icinga\Module\Director\Db;
use React\EventLoop\Factory as Loop;
use React\EventLoop\LoopInterface;
use Ramsey\Uuid\Uuid;
@ -16,14 +15,9 @@ class BackgroundDaemon
/** @var LoopInterface */
private $loop;
/** @var Db */
protected $connection;
/** @var NotifySystemD|boolean */
protected $systemd;
protected $onShutdown;
/** @var JobRunner */
protected $jobRunner;