summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-ose/virtualbox.default
diff options
context:
space:
mode:
Diffstat (limited to 'system/virtualbox-ose/virtualbox.default')
-rw-r--r--system/virtualbox-ose/virtualbox.default17
1 files changed, 16 insertions, 1 deletions
diff --git a/system/virtualbox-ose/virtualbox.default b/system/virtualbox-ose/virtualbox.default
index 9fec56908f..bcc3c08e16 100644
--- a/system/virtualbox-ose/virtualbox.default
+++ b/system/virtualbox-ose/virtualbox.default
@@ -7,4 +7,19 @@ SHUTDOWN_USERS=""
# The default shutdown method "/etc/rc.d/rc.vboxdrv stop_vms" should use
SHUTDOWN="savestate"
#SHUTDOWN="acpibutton"
-#SHUTDOWN="savestate" \ No newline at end of file
+#SHUTDOWN="savestate"
+
+## vboxwebsrv options
+
+# user to run vboxwebsrv (required)
+VBOXWEB_USER="vboxweb"
+
+#VBOXWEB_HOST=
+#VBOXWEB_PORT=
+#VBOXWEB_TIMEOUT=
+#VBOXWEB_CHECK_INTERVAL=
+#VBOXWEB_THREADS=
+#VBOXWEB_KEEPALIVE=
+
+# Logfile location
+VBOXWEB_LOGFILE="/var/log/vboxweb/vboxweb.log"