Skip to content

Commit

Permalink
feat: add experimental launchd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Oct 17, 2021
1 parent b44bbfb commit 65fde0f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/launchd/com.github.smlx.piv-agent.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.github.smlx.piv-agent</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/piv-agent</string>
<string>serve</string>
</array>
<key>Sockets</key>
<dict>
<key>ssh</key>
<dict>
<key>SecureSocketWithKey</key>
<string>SSH_AUTH_SOCK</string>
</dict>
<key>gpg</key>
<dict>
<key>SockPathName</key>
<string>/Users/ExampleUserName/.gnupg/S.gpg-agent</string>
</dict>
</dict>
</dict>
</plist>
File renamed without changes.
File renamed without changes.

0 comments on commit 65fde0f

Please sign in to comment.