fix: reduce restart time for tpm-fido

This commit is contained in:
Ashhhleyyy 2023-10-11 09:40:28 +01:00
parent 813924695b
commit 34273a8cea
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -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" ];