Created
March 22, 2017 14:24
-
-
Save samesense/44503b89ec2ad450a449255eaa75129e to your computer and use it in GitHub Desktop.
macOS plist file for launchclt
This file contains hidden or 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>local.pbcopy.9999</string> | |
<key>UserName</key> | |
<string>joe</string> | |
<key>Program</key> | |
<string>/usr/bin/pbcopy</string> | |
<key>StandardOutPath</key> | |
<string>/tmp/pb9999.out</string> | |
<key>StandardErrorPath</key> | |
<string>/tmp/pb9999.err</string> | |
<key>Sockets</key> | |
<dict> | |
<key>Listeners</key> | |
<dict> | |
<key>SockNodeName</key> | |
<string>localhost</string> | |
<key>SockServiceName</key> | |
<string>9999</string> | |
</dict> | |
</dict> | |
<key>inetdCompatibility</key> | |
<dict> | |
<key>Wait</key> | |
<false/> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment