dotfiles/home/.config/systemd/user/gnome-keyring.service

11 lines
221 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Stores passwords and encryption keys
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/gnome-keyring-daemon --start --components=secrets
[Install]
WantedBy=sway-session.target