Exemplo n.º 1
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $output->write("Stopping Phorever...");
     $daemon = new Daemon($this->config['pidfile'], $this->getLogger());
     $daemon->stop();
     $output->writeln(" <info>OK!</info>");
 }