ntp_restart.php 64 Bytes edit raw blame history 1 2 3 4 <?php shell_exec("sudo service ntp restart"); echo true; ?>