Add gnome-keyring to autostart

This commit is contained in:
2021-01-06 00:19:38 +01:00
parent 806f83e410
commit f1f1e8f041
3 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Wants=dpms.service
Wants=dunst.service Wants=dunst.service
Wants=firefox.service Wants=firefox.service
Wants=gpg-agent.service Wants=gpg-agent.service
Wants=gnome-keyring.service
Wants=keepassx.service Wants=keepassx.service
Wants=keyboard.service Wants=keyboard.service
Wants=laptop-lid.service Wants=laptop-lid.service

View File

@@ -0,0 +1,6 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env gnome-keyring-daemon --start --foreground --components secrets

View File

@@ -1,6 +1,7 @@
[Unit] [Unit]
BindsTo=autostart.target BindsTo=autostart.target
After=windowmanager.target After=windowmanager.target
After=gnome-keyring.service
ConditionEnvironment=MACHINE_HAS_NEXTCLOUD=true ConditionEnvironment=MACHINE_HAS_NEXTCLOUD=true