We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b1f5a commit 3622741Copy full SHA for 3622741
README.md
@@ -42,7 +42,6 @@
42
43
```Bash
44
mkdir -p /sys/fs/cgroup
45
-mount -t tmpfs -o rw,nosuid,nodev,noexec,relatime cgroup_root /sys/fs/cgroup 2>/dev/null
46
47
cgroups="blkio cpu cpuacct cpuset devices freezer memory pids"
48
for cg in $cgroups; do
0 commit comments