Linux: Run all child processes in their own systemd scope to prevent the OOM killer from harvesting kitty when a child process misbehaves

Fixes #7427
This commit is contained in:
Kovid Goyal
2024-05-16 15:43:25 +05:30
parent 3345e40bdb
commit 39ea084be9
7 changed files with 180 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ Detailed list of changes
- Add some more box-drawing characters from the "Geometric shapes" Unicode block (:iss:`7433`)
- Linux: Run all child processes in their own systemd scope to prevent the OOM killer from harvesting kitty when a child process misbehaves (:iss:`7427`)
0.34.1 [2024-04-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~