remove delay before unlocking gpg
This commit is contained in:
parent
c5e919a2dc
commit
4c5667cd6d
|
@ -31,7 +31,7 @@
|
||||||
After = [ "graphical-session.target" ];
|
After = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
Timer = {
|
Timer = {
|
||||||
OnBootSec = "30";
|
OnBootSec = "0";
|
||||||
OnUnitActiveSec = "30";
|
OnUnitActiveSec = "30";
|
||||||
Unit = "gpg_unlock.service";
|
Unit = "gpg_unlock.service";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue