Created
June 22, 2023 10:42
-
-
Save buty4649/c6c3ec0159eabc8db1c4f32574b8bcd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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