Add gnome-keyring to autostart
This commit is contained in:
@@ -8,6 +8,7 @@ Wants=dpms.service
|
||||
Wants=dunst.service
|
||||
Wants=firefox.service
|
||||
Wants=gpg-agent.service
|
||||
Wants=gnome-keyring.service
|
||||
Wants=keepassx.service
|
||||
Wants=keyboard.service
|
||||
Wants=laptop-lid.service
|
||||
|
||||
6
autostart/services/gnome-keyring.service
Normal file
6
autostart/services/gnome-keyring.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
BindsTo=autostart.target
|
||||
After=windowmanager.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/env gnome-keyring-daemon --start --foreground --components secrets
|
||||
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
BindsTo=autostart.target
|
||||
After=windowmanager.target
|
||||
After=gnome-keyring.service
|
||||
|
||||
ConditionEnvironment=MACHINE_HAS_NEXTCLOUD=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user