summaryrefslogtreecommitdiffstats
path: root/system/virtualbox/virtualbox.default
diff options
context:
space:
mode:
author Heinz Wiesinger2011-04-03 20:45:31 +0200
committer Robby Workman2011-04-06 01:54:18 +0200
commitbe0708ffdebb8f7244ca3b3cc695574efccfa071 (patch)
tree493075a6397bf8c08a9e5cdfdd8f3af2fde3d7f3 /system/virtualbox/virtualbox.default
parent4cea287dd5cd2f44c2197f51c14cc0b1d56308dd (diff)
downloadslackbuilds-be0708ffdebb8f7244ca3b3cc695574efccfa071.tar.gz
system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/virtualbox.default')
-rw-r--r--system/virtualbox/virtualbox.default25
1 files changed, 25 insertions, 0 deletions
diff --git a/system/virtualbox/virtualbox.default b/system/virtualbox/virtualbox.default
new file mode 100644
index 0000000000..bcc3c08e16
--- /dev/null
+++ b/system/virtualbox/virtualbox.default
@@ -0,0 +1,25 @@
+# /etc/default/virtualbox - Version 1.0 2009-07-11 by Heinz Wiesinger
+#
+# "/etc/rc.d/rc.vboxdrv stop_vms" will try to stop running vms of the users
+# defined here.
+SHUTDOWN_USERS=""
+
+# The default shutdown method "/etc/rc.d/rc.vboxdrv stop_vms" should use
+SHUTDOWN="savestate"
+#SHUTDOWN="acpibutton"
+#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"