mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
cgroup: change suffix to .scope (#3844)
I think it's more consistent with the name convention used by systemd and other terminal emulators (e.g. gnome-terminal). See also: https://systemd.io/CGROUP_DELEGATION/#systemds-unit-types
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user