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