Created
July 27, 2016 09:45
-
-
Save s-panferov/701c89bc101d18b3e929a39457b8bdfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Label</key> | |
<string>com.docker.vmnetd</string> | |
<key>Program</key> | |
<string>/Library/PrivilegedHelperTools/com.docker.vmnetd</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Library/PrivilegedHelperTools/com.docker.vmnetd</string> | |
</array> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>Sockets</key> | |
<dict> | |
<key>Listener</key> | |
<dict> | |
<key>SockPathMode</key> | |
<integer>438</integer> | |
<key>SockPathName</key> | |
<string>/var/tmp/com.docker.vmnetd.socket</string> | |
</dict> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment