Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [Unit]
  2. Description=GnuPG private key agent
  3. IgnoreOnIsolate=true
  4.  
  5. [Service]
  6. Type=forking
  7. ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support
  8. Restart=always
  9.  
  10. [Install]
  11. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement