Created
December 12, 2014 06:02
-
-
Save smathy/4a34283de5ceb1181106 to your computer and use it in GitHub Desktop.
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>org.macports.gpg-agent</string> | |
<!-- Please uncomment on 10.4; OnDemand doesn't work properly there. --> | |
<!-- | |
<key>OnDemand</key> | |
<false /> | |
--> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/opt/local/bin/gpg-agent</string> | |
<string>--write-env-file</string> | |
<string>--no-use-standard-socket</string> | |
<string>--launchd</string> | |
<!-- | |
<string>--enable-ssh-support</string> | |
--> | |
</array> | |
<key>RunAtLoad</key> | |
<true/> | |
<!-- Restart the job, should it crash. --> | |
<key>KeepAlive</key> | |
<dict> | |
<key>SuccessfulExit</key> | |
<false /> | |
</dict> | |
<key>ServiceIPC</key> | |
<true/> | |
<key>Sockets</key> | |
<dict> | |
<key>Listeners_agent</key> | |
<dict> | |
<key>SecureSocketWithKey</key> | |
<string>GPG_AGENT_INFO</string> | |
</dict> | |
<!-- | |
<key>Listeners_ssh</key> | |
<dict> | |
<key>SecureSocketWithKey</key> | |
<string>SSH_AUTH_SOCK</string> | |
</dict> | |
--> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment