Exemplo n.º 1
0
 public static function rebootSystem()
 {
     plugin::stop();
     exec('sudo reboot');
 }