3 final class PhabricatorAphlictManagementRestartWorkflow
4 extends PhabricatorAphlictManagementWorkflow
{
6 protected function didConstruct() {
9 ->setSynopsis(pht('Stop, then start the notification server.'))
10 ->setArguments($this->getLaunchArguments());
13 public function execute(PhutilArgumentParser
$args) {
14 $this->parseLaunchArguments($args);
16 $err = $this->executeStopCommand();
21 return $this->executeStartCommand();