Last change
on this file since 99016 was 99016, checked in by vboxsync, 2 years ago |
manual: Some scm corrections for dita files. bugref:10302
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vboxwebsrv-osx">
|
---|
4 | <title>macOS: Starting the Web Service With launchd</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | On macOS, launchd is used to start the Oracle VM VirtualBox
|
---|
9 | webservice. An example configuration file can be found in
|
---|
10 | <filepath>$HOME/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</filepath>.
|
---|
11 | It can be enabled by changing the <codeph>Disabled</codeph>
|
---|
12 | key from <codeph>true</codeph> to <codeph>false</codeph>. To
|
---|
13 | manually start the service use the following command:
|
---|
14 | </p>
|
---|
15 | <pre xml:space="preserve">launchctl load ~/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</pre>
|
---|
16 | <p>
|
---|
17 | For additional information on how launchd services could be
|
---|
18 | configured see:
|
---|
19 | </p>
|
---|
20 | <p><ph>https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html</ph>.
|
---|
21 | </p>
|
---|
22 | </body>
|
---|
23 |
|
---|
24 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.