BackgroundDaemon: remove obsolete properties
This commit is contained in:
parent
ddcc8953b8
commit
660aaf6293
|
@ -6,7 +6,6 @@ use Exception;
|
||||||
use gipfl\Cli\Process;
|
use gipfl\Cli\Process;
|
||||||
use gipfl\IcingaCliDaemon\DbResourceConfigWatch;
|
use gipfl\IcingaCliDaemon\DbResourceConfigWatch;
|
||||||
use gipfl\SystemD\NotifySystemD;
|
use gipfl\SystemD\NotifySystemD;
|
||||||
use Icinga\Module\Director\Db;
|
|
||||||
use React\EventLoop\Factory as Loop;
|
use React\EventLoop\Factory as Loop;
|
||||||
use React\EventLoop\LoopInterface;
|
use React\EventLoop\LoopInterface;
|
||||||
use Ramsey\Uuid\Uuid;
|
use Ramsey\Uuid\Uuid;
|
||||||
|
@ -16,14 +15,9 @@ class BackgroundDaemon
|
||||||
/** @var LoopInterface */
|
/** @var LoopInterface */
|
||||||
private $loop;
|
private $loop;
|
||||||
|
|
||||||
/** @var Db */
|
|
||||||
protected $connection;
|
|
||||||
|
|
||||||
/** @var NotifySystemD|boolean */
|
/** @var NotifySystemD|boolean */
|
||||||
protected $systemd;
|
protected $systemd;
|
||||||
|
|
||||||
protected $onShutdown;
|
|
||||||
|
|
||||||
/** @var JobRunner */
|
/** @var JobRunner */
|
||||||
protected $jobRunner;
|
protected $jobRunner;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue