slackbuilds_ponce/system/virtualbox/virtualbox.default
Heinz Wiesinger be0708ffde system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2011-04-05 18:54:18 -05:00

25 lines
584 B
Text

# /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"