13 lines
249 B
Desktop File
13 lines
249 B
Desktop File
[Unit]
|
|
Description=GNOME Keyring
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/gnome-keyring-daemon --foreground --components=ssh,secrets,pkcs11
|
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|