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>On macOS, launchd is used to start the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> webservice. An
|
---|
8 | example configuration file can be found in
|
---|
9 | <filepath>$HOME/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</filepath>. It can be enabled by changing
|
---|
10 | the <codeph>Disabled</codeph> key from <codeph>true</codeph> to <codeph>false</codeph>. To manually start the
|
---|
11 | service use the following command: </p>
|
---|
12 | <pre xml:space="preserve">launchctl load ~/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist</pre>
|
---|
13 | <p>For additional information on how launchd services could be configured see: </p>
|
---|
14 | <p><ph>https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html</ph>.
|
---|
15 | </p>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|