]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-setup: use path_join() to get path to cgroup attribute 37026/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Apr 2025 21:12:05 +0000 (06:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Apr 2025 18:56:04 +0000 (03:56 +0900)
commitb2b270e1d1b4ddb761dd05f20a1d3853d9067b39
tree406d8a16451b354d4ed63dccd35e085ac02d43a8
parent188286eec6b3af2a13c2ccd86038f74e3d5da72f
cgroup-setup: use path_join() to get path to cgroup attribute

We already have the path to the cgroup. Hence, it is not necessary to
call cg_get_path() again.
src/shared/cgroup-setup.c