Skip to content

Commit

Permalink
Fix scope allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Mar 28, 2024
1 parent c6dc3c8 commit d9308ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def allocate_scope(config: Config, pid: int) -> None:
"ssa(sv)a(sa(sv))",
scope,
"fail",
"3",
"4",
"Description", "s", f"mkosi Virtual Machine {name}",
"CollectMode", "s", "inactive-or-failed",
"PIDs", "au", "1", str(pid),
Expand Down

0 comments on commit d9308ea

Please sign in to comment.