cgroup: change suffix to .scope

This commit is contained in:
Misaki Kasumi
2024-12-29 11:25:45 +08:00
parent b8a75c24a6
commit 02ca5bedac

View File

@ -507,7 +507,7 @@ pub fn init(self: *Surface, app: *App, opts: Options) !void {
var buf: [256]u8 = undefined;
const name = std.fmt.bufPrint(
&buf,
"surfaces/{X}.service",
"surfaces/{X}.scope",
.{@intFromPtr(self)},
) catch unreachable;