remove delay before unlocking gpg

This commit is contained in:
Leonardo Eugênio 2022-08-08 22:00:45 -03:00
parent c5e919a2dc
commit 4c5667cd6d

View file

@ -31,7 +31,7 @@
After = [ "graphical-session.target" ];
};
Timer = {
OnBootSec = "30";
OnBootSec = "0";
OnUnitActiveSec = "30";
Unit = "gpg_unlock.service";
};