Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F429468
PhabricatorDaemonManagementReloadWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
731 B
Referenced Files
None
Subscribers
None
PhabricatorDaemonManagementReloadWorkflow.php
View Options
<?php
final
class
PhabricatorDaemonManagementReloadWorkflow
extends
PhabricatorDaemonManagementWorkflow
{
protected
function
didConstruct
()
{
$this
->
setName
(
'reload'
)
->
setSynopsis
(
pht
(
'Gracefully restart daemon processes in-place to pick up changes '
.
'to source. This will not disrupt running jobs. This is an '
.
'advanced workflow; most installs should use __%s__.'
,
'phd restart'
))
->
setArguments
(
array
(
array
(
'name'
=>
'pids'
,
'wildcard'
=>
true
,
),
));
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
return
$this
->
executeReloadCommand
(
$args
->
getArg
(
'pids'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 8:33 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
59531
Default Alt Text
PhabricatorDaemonManagementReloadWorkflow.php (731 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment