1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Benda Xu <heroxbd@gentoo.org>
Date: Fri, 15 May 2020 15:49:40 +0800
Subject: cgroups after mountkernfs
Description: cgroups starts after sysfs, named mountkernfs in Debian.
Forwarded: not-needed
---
init.d/cgroups.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.d/cgroups.in b/init.d/cgroups.in
index 75a56bb..f943fbe 100644
--- a/init.d/cgroups.in
+++ b/init.d/cgroups.in
@@ -16,7 +16,7 @@ description="Mount the control groups."
depend()
{
keyword -docker -podman -prefix -systemd-nspawn -vserver
- after sysfs
+ after sysfs mountkernfs
}
cgroup1_base()
|