mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
cgroup: fix error message
systemd[1]: Failed to set memory.limit_in_bytes on : Invalid argument
(cherry picked from commit 6da139137e)
This commit is contained in:
@@ -297,6 +297,9 @@ void cgroup_context_apply(CGroupContext *c, CGroupControllerMask mask, const cha
|
||||
/* Some cgroup attributes are not support on the root cgroup,
|
||||
* hence silently ignore */
|
||||
is_root = isempty(path) || path_equal(path, "/");
|
||||
if (is_root)
|
||||
/* Make sure we don't try to display messages with an empty path. */
|
||||
path = "/";
|
||||
|
||||
/* We generally ignore errors caused by read-only mounted
|
||||
* cgroup trees (assuming we are running in a container then),
|
||||
|
||||
Reference in New Issue
Block a user