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