GnuPG configuration start

This commit is contained in:
Geoffrey Frogeye 2021-06-29 20:54:25 +02:00
parent 121f629bdb
commit 48031d8df7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 60 additions and 0 deletions

View file

@ -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