summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
blob: 812dcdf92fe011ffbb2851cbe7e4a4a8f7f93f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/local/bin/php -f

<?php

require("config.inc");
require("functions.inc");

mwexec("killall -9 lighttpd");

echo "Restarting webConfigurator...";

system_webgui_start();

captiveportal_configure();

enable_rrd_graphing();

echo " done.\n\n";

?>
OpenPOWER on IntegriCloud