]> git.pld-linux.org Git - packages/VirtualBox.git/blame - autostart.cfg
update comment with new autostart db path
[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
ER
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".
9default_policy = deny
10
11# Create an entry for each user allowed to run autostart
12root = {
13 allow = true
14}
This page took 0.029272 seconds and 4 git commands to generate.