nixos/tests: fix ulogd under network-online dep fix
This commit is contained in:
parent
58aa87fb71
commit
83ba37ca2d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
start_all()
|
||||
machine.wait_for_unit("ulogd.service")
|
||||
machine.systemctl("start network-online.target")
|
||||
machine.wait_for_unit("network-online.target")
|
||||
|
||||
with subtest("Ulogd is running"):
|
||||
|
|
Loading…
Reference in a new issue