mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
cgroup: change suffix to .scope
This commit is contained in:
@ -507,7 +507,7 @@ pub fn init(self: *Surface, app: *App, opts: Options) !void {
|
|||||||
var buf: [256]u8 = undefined;
|
var buf: [256]u8 = undefined;
|
||||||
const name = std.fmt.bufPrint(
|
const name = std.fmt.bufPrint(
|
||||||
&buf,
|
&buf,
|
||||||
"surfaces/{X}.service",
|
"surfaces/{X}.scope",
|
||||||
.{@intFromPtr(self)},
|
.{@intFromPtr(self)},
|
||||||
) catch unreachable;
|
) catch unreachable;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user