Skip to content

Instantly share code, notes, and snippets.

@T4cC0re
Created August 30, 2016 11:38
Show Gist options
  • Save T4cC0re/9bd54ae432e0264438e52efdef950f54 to your computer and use it in GitHub Desktop.
Save T4cC0re/9bd54ae432e0264438e52efdef950f54 to your computer and use it in GitHub Desktop.
`~/.config/systemd/user/gpg-agent.service` later symlink `~/.config/systemd/user/default.target.wants/gpg-agent.service` to it.
[Unit]
Description=GnuPG private key agent
IgnoreOnIsolate=true
[Service]
Type=forking
ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment