summaryrefslogtreecommitdiffstats
path: root/src/VBox/Installer/darwin/VirtualBox/org.virtualbox.vboxwebsrv.plist
blob: 95cbf99486a824d13bce215fdbc649edf53df0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Disabled</key>
  <true/>
  <key>KeepAlive</key>
  <false/>
  <key>Label</key>
  <string>org.virtualbox.vboxwebsvc</string>
  <key>Program</key>
  <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
  <key>Sockets</key>
    <dict>
    <key>Listeners</key>
    <dict>
      <key>SockServiceName</key>
      <string>18083</string>
      <key>SockType</key>
      <string>stream</string>
      <key>SockFamily</key>
      <string>IPv4</string>
    </dict>
  </dict>
</dict>
</plist>