Skip to content

Instantly share code, notes, and snippets.

@buty4649
Created June 22, 2023 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buty4649/c6c3ec0159eabc8db1c4f32574b8bcd8 to your computer and use it in GitHub Desktop.
Save buty4649/c6c3ec0159eabc8db1c4f32574b8bcd8 to your computer and use it in GitHub Desktop.
[Unit]
Description = Gnome Kering Daemon
[Service]
EnvironmentFile = -%h/.config/gnome-keyring-daemon.conf
ExecStart = %h/.config/systemd/user/start-gnome-keyring-daemon
Restart = always
[Install]
WantedBy = graphical-session-pre.target
#!/bin/bash
exec gnome-keyring-daemon --unlock --replace --foreground <<<"${GNOME_KEYRING_DAEMON_PASSWORD}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment