VirtualBox

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

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 542 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>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>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use