VirtualBox

source: vbox/trunk/src/VBox/Installer/darwin/VBoxKEXTs/org.virtualbox.startup.plist

Last change on this file was 48928, checked in by vboxsync, 11 years ago

Replaced VBoxStartupItems with a launch script and plist located in the VBoxKEXTs pacakge. To provide a script for loading, loading and reloading drivers manually, I modified the existing startup item script instead of cleanup up the intendation of the proposed vbox kext keeper script.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 643 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key> <string>org.virtualbox.startup</string>
6 <key>Disabled</key> <false/>
7 <key>RunAtLoad</key> <true/>
8 <key>KeepAlive</key> <false/>
9 <key>LaunchOnlyOnce</key> <true/>
10 <key>ProgramArguments</key>
11 <array>
12 <string>/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh</string>
13 <string>restart</string>
14 </array>
15</dict>
16</plist>
17
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use