Created
January 21, 2019 08:54
-
-
Save ChillarAnand/f23d151dcf371d20d453526e8732f9d9 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> | |
<key>com.apple.mDNSResponder.reloaded</key> | |
<key>InitGroups</key> | |
<false/> | |
<key>UserName</key> | |
<string>_mdnsresponder</string> | |
<key>GroupName</key> | |
<string>_mdnsresponder</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/sbin/mDNSResponder</string> | |
</array> | |
<key>MachServices</key> | |
<dict> | |
<key>com.apple.mDNSResponder.dnsproxy</key> | |
<true/> | |
<key>com.apple.mDNSResponder.dnsctl</key> | |
<true/> | |
</dict> | |
<key>Sockets</key> | |
<dict> | |
<key>Listeners</key> | |
<dict> | |
<key>SockFamily</key> | |
<string>Unix</string> | |
<key>SockPathName</key> | |
<string>/var/run/mDNSResponder</string> | |
<key>SockPathMode</key> | |
<integer>438</integer> | |
</dict> | |
</dict> | |
<key>POSIXSpawnType</key> | |
<string>Interactive</string> | |
<key>EnablePressuredExit</key> | |
<false/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment