VirtualBox

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

最後變更 在這個檔案從80089是 48928,由 vboxsync 提交於 11 年 前

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.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 643 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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