VirtualBox

source: vbox/trunk/src/VBox/Installer/darwin/VirtualBox/org.virtualbox.vboxautostart.plist@ 42384

Last change on this file since 42384 was 42384, checked in by vboxsync, 12 years ago

Autostart/darwin: bug fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 534 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Disabled</key>
6 <true/>
7 <key>KeepAlive</key>
8 <false/>
9 <key>Label</key>
10 <string>org.virtualbox.vboxautostart</string>
11 <key>ProgramArguments</key>
12 <array>
13 <string>/Applications/VirtualBox.app/Contents/MacOS/VBoxAutostartDarwin.sh</string>
14 <string>--start</string>
15 <string>/etc/vbox/autostart.cfg</string>
16 </array>
17</dict>
18</plist>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette