/**
  * StatusCommand constructor
  * @param null $name
  * @throws \Symfony\Component\Console\Exception\LogicException
  */
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->pidFilePath = getcwd();
 }
 /**
  * StatusCommand constructor
  * @param null $name
  * @throws \Symfony\Component\Console\Exception\LogicException
  */
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->pidFilePath = '/var/run';
 }