예제 #1
0
 public static function rebootSystem()
 {
     plugin::stop();
     exec('sudo reboot');
 }