set the right ssh/gpg agents at boot with gnome-keyring

This commit is contained in:
Bruno Carlin 2018-07-02 14:27:15 +02:00
parent 22a1a387b9
commit 3658bcf6c1
4 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1 @@
/home/bca/.config/systemd/user/gnome-keyring-daemon.service

View file

@ -1 +0,0 @@
/home/bca/.config/systemd/user/ssh-agent.service

View file

@ -3,7 +3,7 @@ Description=Gnome Keyring daemon
[Service]
Type=forking
ExecStart=/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,gnupg
ExecStart=/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets
[Install]
WantedBy=default.target