cgroups: change '$$' to 0 for consistency

This commit is contained in:
William Hubbs 2013-07-05 11:04:45 -05:00
parent 88cdcc145e
commit a7a6092f01

View File

@ -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