cgroups: change '$$' to 0 for consistency
This commit is contained in:
parent
88cdcc145e
commit
a7a6092f01
@ -77,7 +77,7 @@ cgroup_add_service()
|
|||||||
# cgroups. But may lead to a problems where that inheriting
|
# cgroups. But may lead to a problems where that inheriting
|
||||||
# is needed.
|
# is needed.
|
||||||
for d in /sys/fs/cgroup/* ; do
|
for d in /sys/fs/cgroup/* ; do
|
||||||
echo $$ > "${d}"/tasks
|
echo 0 > "${d}"/tasks
|
||||||
done
|
done
|
||||||
|
|
||||||
openrc_cgroup=/sys/fs/cgroup/openrc
|
openrc_cgroup=/sys/fs/cgroup/openrc
|
||||||
|
Loading…
Reference in New Issue
Block a user