mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Start the fact daemon in "bin/phd start"
Summary: Depends on D20488. Ref T13279. When installs run `bin/phd start`, start the fact daemon alongside other daemons. Since "Reports" in Maniphest now relies on Facts data, populate it. Test Plan: Ran `bin/phd start`, saw the Fact daemon start. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13279 Differential Revision: https://secure.phabricator.com/D20489
This commit is contained in:
parent
10afe1f2b5
commit
f87c1ac362
1 changed files with 4 additions and 0 deletions
|
@ -368,6 +368,10 @@ abstract class PhabricatorDaemonManagementWorkflow
|
|||
'class' => 'PhabricatorTriggerDaemon',
|
||||
'label' => 'trigger',
|
||||
),
|
||||
array(
|
||||
'class' => 'PhabricatorFactDaemon',
|
||||
'label' => 'fact',
|
||||
),
|
||||
array(
|
||||
'class' => 'PhabricatorTaskmasterDaemon',
|
||||
'label' => 'task',
|
||||
|
|
Loading…
Reference in a new issue