trezord: don't trigger systemd-udev-settle

This commit is contained in:
Pavol Rusnak 2021-02-27 12:33:03 +01:00
parent c1bd94854a
commit 01f1773e8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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 = {