File: 0010-cgroups-after-mountkernfs.patch

package info (click to toggle)
openrc 0.62.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,396 kB
  • sloc: ansic: 16,236; sh: 2,185; perl: 28; makefile: 23
file content (23 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
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()