File: virtualbox.default

package info (click to toggle)
virtualbox 4.3.18-dfsg-3
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie-kfreebsd
  • size: 285,036 kB
  • sloc: ansic: 1,607,177; cpp: 1,163,026; python: 92,971; asm: 69,935; xml: 67,705; sh: 18,853; makefile: 8,648; perl: 3,177; objc: 2,425; java: 2,112; php: 893; pascal: 489; sed: 442; cs: 226
file content (23 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Defaults for virtualbox initscript
# sourced by /etc/init.d/virtualbox
# installed at /etc/default/virtualbox by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Set this to 1 if you would like the virtualbox modules to be loaded by
# the init script.
LOAD_VBOXDRV_MODULE=1

# SHUTDOWN_USERS="foo bar"  
#   check for running VMs of user 'foo' and user 'bar'
#   'all' checks for all active users
# SHUTDOWN=poweroff
# SHUTDOWN=acpibutton
# SHUTDOWN=savestate
#   select one of these shutdown methods for running VMs
#   acpibutton and savestate causes the init script to wait
#   30 seconds for the VMs to shutdown
SHUTDOWN_USERS=""
SHUTDOWN=poweroff