Skip to content

Commit

Permalink
cgroup: change suffix to .scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Dec 29, 2024
1 parent b8a75c2 commit 02ca5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apprt/gtk/Surface.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 02ca5be

Please sign in to comment.