No longer run gpg-agent with systemd

This commit is contained in:
gardouille 2020-10-26 10:22:21 +01:00
parent 1c3e166a83
commit f6da27428b
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 3 deletions

7
zlogin
View File

@ -91,8 +91,9 @@ fi
# GPG Agent
if [ -f $HOME/.gnupg/secring.gpg ]; then
# Keychain
keychain --noask --systemd --agents gpg
. $HOME/.keychain/$HOST-sh-gpg
# Keychain
## Don't ask for gpg password, it will be asked at the first usage
keychain --noask --agents gpg
. $HOME/.keychain/$HOST-sh-gpg
fi