VirtualBox

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

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

VBoxAutostart/darwin: Use RunAtLoad and LaunchOnlyOnce instead of KeepAlive in the launchd startup file. RunAtLoad makes sure that the service is started during boot and not on demand and LaunchOnlyOnce keeps the script from respawning

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 542 位元組
 
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>Label</key>
8 <string>org.virtualbox.vboxautostart</string>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Applications/VirtualBox.app/Contents/MacOS/VBoxAutostartDarwin.sh</string>
12 <string>/etc/vbox/autostart.cfg</string>
13 </array>
14 <key>RunAtLoad</key>
15 <true/>
16 <key>LaunchOnlyOnce</key>
17 <true/>
18</dict>
19</plist>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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