]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgroup-util: Handle capsule@ paths like user@ paths (#36664)
authorLennart Poettering <lennart@poettering.net>
Tue, 11 Mar 2025 11:03:57 +0000 (12:03 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 11:03:57 +0000 (12:03 +0100)
The capsule instances are related to user instances, so treat them
equally to user@.service when handling cgroup paths. This also saves us
from polluting public libsystemd API with variant for capsules too.

Fix: https://github.com/systemd/systemd/issues/36098

1  2 
src/shared/meson.build

Simple merge