fix: reduce restart time for tpm-fido
This commit is contained in:
parent
813924695b
commit
34273a8cea
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
systemd.user.services.tpm-fido = {
|
||||
Unit = {
|
||||
Description = "tpm-fido virtual FIDO2 key";
|
||||
StartLimitIntervalSec = 500;
|
||||
StartLimitIntervalSec = 30;
|
||||
StartLimitBurst = 5;
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
Wants = [ "xdg-desktop-autostart.target" ];
|
||||
|
|
Loading…
Reference in a new issue