]> git.pld-linux.org Git - packages/VirtualBox.git/blame - autostart.cfg
- release 2 (by relup.sh)
[packages/VirtualBox.git] / autostart.cfg
CommitLineData
38d06cb9
ER
1# To autostart vms, you need to do the following (as user):
2#
3# 1. set autostart dbpath:
4c6dda0c 4# $ VBoxManage setproperty autostartdbpath /etc/vbox/autostart
38d06cb9 5# 2. set autostart enabled
7ba8722d 6# $ VBoxManage modifyvm <uuid|vmname> --autostart-enabled on
38d06cb9
ER
7
8# Default policy is to deny starting a VM, the other option is "allow".
9default_policy = deny
10
11# Create an entry for each user allowed to run autostart
12root = {
13 allow = true
14}
This page took 0.046606 seconds and 4 git commands to generate.