GnuPG configuration start
This commit is contained in:
parent
121f629bdb
commit
48031d8df7
6 changed files with 60 additions and 0 deletions
|
@ -108,6 +108,7 @@ prependpath "$HOME/.config/scripts"
|
|||
|
||||
# SSH Agent
|
||||
|
||||
|
||||
# If GPG agent is configured for SSH
|
||||
if grep -q ^enable-ssh-support$ $GNUPGHOME/gpg-agent.conf 2> /dev/null
|
||||
then
|
||||
|
@ -138,3 +139,6 @@ else
|
|||
start_agent
|
||||
fi
|
||||
fi
|
||||
|
||||
# TODO Service sytem that works without systemd,
|
||||
# and can stop processes on logout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue