summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-19 15:56:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-19 15:56:17 +0000
commitd5b7b3cc87e9115cd64846c296edc0a214c08d5c (patch)
treecb7f2d9f3392c1ab43b6d878aef284f43ebc0e55 /etc/rc.restart_webgui
parent392bc716d93cd1680299751b66fa0c4af4547e78 (diff)
downloadpfsense-d5b7b3cc87e9115cd64846c296edc0a214c08d5c.zip
pfsense-d5b7b3cc87e9115cd64846c296edc0a214c08d5c.tar.gz
Make sure RRD is running after a cvs_sync.sh. Gary reported that RRD is stopping after EVERY cvs_sync.sh
Diffstat (limited to 'etc/rc.restart_webgui')
-rwxr-xr-xetc/rc.restart_webgui3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui
index b630072..812dcdf 100755
--- a/etc/rc.restart_webgui
+++ b/etc/rc.restart_webgui
@@ -10,8 +10,11 @@ mwexec("killall -9 lighttpd");
echo "Restarting webConfigurator...";
system_webgui_start();
+
captiveportal_configure();
+enable_rrd_graphing();
+
echo " done.\n\n";
?> \ No newline at end of file
OpenPOWER on IntegriCloud