migrate termio.Options.LinuxCgroup to Command

This commit is contained in:
Mitchell Hashimoto
2024-06-08 19:10:19 -07:00
parent 508922efd0
commit c69dc0e0e1

View File

@ -413,7 +413,7 @@ pub fn init(
@hasDecl(apprt.runtime.Surface, "cgroup"))
rt_surface.cgroup()
else
termio.Options.linux_cgroup_default,
Command.linux_cgroup_default,
});
errdefer io.deinit();