trezord: don't trigger systemd-udev-settle
This commit is contained in:
parent
c1bd94854a
commit
01f1773e8e
@ -48,7 +48,7 @@ in {
|
|||||||
|
|
||||||
systemd.services.trezord = {
|
systemd.services.trezord = {
|
||||||
description = "Trezor Bridge";
|
description = "Trezor Bridge";
|
||||||
after = [ "systemd-udev-settle.service" "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [];
|
path = [];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user