trezord: don't trigger systemd-udev-settle
This commit is contained in:
parent
c1bd94854a
commit
01f1773e8e
@ -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 New Issue
Block a user