trezord: don't trigger systemd-udev-settle
This commit is contained in:
parent
c1bd94854a
commit
01f1773e8e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in {
|
|||
|
||||
systemd.services.trezord = {
|
||||
description = "Trezor Bridge";
|
||||
after = [ "systemd-udev-settle.service" "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [];
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue