summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c254dd3..7784ec2 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -264,6 +264,10 @@ vpn_setup();
/* start the captive portal */
captiveportal_configure();
+/* start Voucher support */
+require_once("voucher.inc");
+voucher_configure();
+
/* run any shell commands specified in config.xml */
system_do_shell_commands();
OpenPOWER on IntegriCloud