Skip to content

Instantly share code, notes, and snippets.

@smathy
Created December 12, 2014 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save smathy/4a34283de5ceb1181106 to your computer and use it in GitHub Desktop.
Save smathy/4a34283de5ceb1181106 to your computer and use it in GitHub Desktop.
<?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