From f4f3a659b7663cf52c2f2e1fa8e58ed4000e29c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:11 +0200 Subject: Adding debian version 7.0.6-dfsg-1. Signed-off-by: Daniel Baumann --- debian/virtualbox.default | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/virtualbox.default (limited to 'debian/virtualbox.default') 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 -- cgit v1.2.3