summaryrefslogtreecommitdiffstats
path: root/debian/virtualbox.default
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:34 +0000
commit8784fb72e8eee3d983d30ac46e0ec3709d4f0ab0 (patch)
tree041e487e60a900d7d85f57307892acb586640822 /debian/virtualbox.default
parentAdding upstream version 7.0.14-dfsg. (diff)
downloadvirtualbox-8784fb72e8eee3d983d30ac46e0ec3709d4f0ab0.tar.xz
virtualbox-8784fb72e8eee3d983d30ac46e0ec3709d4f0ab0.zip
Adding debian version 7.0.14-dfsg-4.debian/7.0.14-dfsg-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/virtualbox.default')
-rw-r--r--debian/virtualbox.default23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/virtualbox.default b/debian/virtualbox.default
new file mode 100644
index 00000000..ee930243
--- /dev/null
+++ b/debian/virtualbox.default
@@ -0,0 +1,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