From cc6d8bfbfd1b4a673040fb1c3691b55a346be557 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 5 Jun 2024 10:29:01 -0700 Subject: [PATCH] config: clarify some config --- src/config/Config.zig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 2cc7d52ef..fdaa1d0c4 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1003,6 +1003,10 @@ keybind: Keybinds = .{}, /// more likely to have many windows, tabs, etc. so cgroup isolation is a /// big benefit. /// +/// This feature requires systemd. If systemd is unavailable, cgroup +/// initialization will fail. By default, this will not prevent Ghostty +/// from working (see linux-cgroup-hard-fail). +/// /// Valid values are: /// /// * `never` - Never use cgroups.