cgroup: change suffix to .scope
parent
b8a75c24a6
commit
02ca5bedac
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue