]> git.pld-linux.org Git - packages/VirtualBox.git/blame_incremental - autostart.cfg
- updated multilib deps
[packages/VirtualBox.git] / autostart.cfg
... / ...
CommitLineData
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".
9default_policy = deny
10
11# Create an entry for each user allowed to run autostart
12root = {
13 allow = true
14}
This page took 0.104785 seconds and 4 git commands to generate.