build: introduce luci-base
[project/luci.git] / modules / base / htdocs / cgi-bin / luci
diff --git a/modules/base/htdocs/cgi-bin/luci b/modules/base/htdocs/cgi-bin/luci
new file mode 100755 (executable)
index 0000000..529d1d0
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/lua
+require "luci.cacheloader"
+require "luci.sgi.cgi"
+luci.dispatcher.indexcache = "/tmp/luci-indexcache"
+luci.sgi.cgi.run()
\ No newline at end of file