14 lines
328 B
Desktop File
14 lines
328 B
Desktop File
[Unit]
|
|
Description=GNOME Keyring daemon
|
|
|
|
Requires=gnome-keyring-daemon.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
StandardError=journal
|
|
ExecStart=/usr/bin/gnome-keyring-daemon --foreground --components="pkcs11,secrets,ssh" --control-directory=%t/keyring
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
Also=gnome-keyring-daemon.socket
|
|
WantedBy=default.target
|