Created
August 30, 2016 11:38
-
-
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.
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
[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