Skip to content

Instantly share code, notes, and snippets.

@luxflux
Last active September 2, 2015 12:26
Show Gist options
  • Save luxflux/9fbc50ddca8c1fffaab7 to your computer and use it in GitHub Desktop.
Save luxflux/9fbc50ddca8c1fffaab7 to your computer and use it in GitHub Desktop.
$cmd = $_CONF['rndc'] . " reload > /dev/null";
system($cmd, $exit);
if ($exit != 0) { die($_CONF['rndc'] . " exit status " . $exit); }
$cmd = '/root/master2slave.sh';
system($cmd, $exit);
if ($exit != 0) { die($_CONF['rndc'] . " exit status " . $exit); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment