コード例 #1
0
ファイル: jeedom.class.php プロジェクト: GaelGRIFFON/core
 public static function rebootSystem()
 {
     plugin::stop();
     exec('sudo reboot');
 }