diff options
author | Alexander V Vershilov <qnikst@gentoo.org> | 2013-05-25 17:37:56 +0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-06-16 14:14:30 -0500 |
commit | dce989e96df05c0777e407b7d2cbd1c67a67f630 (patch) | |
tree | b37de4e9ab5587977d5404b1bf67981b1441ddf4 | |
parent | e451d173faeef52bd4723a50363e37e6d481521f (diff) |
cgroups: hide messages about non-existent processes
-rw-r--r-- | sh/rc-cgroup.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in index 81fc7d86..d96aa164 100644 --- a/sh/rc-cgroup.sh.in +++ b/sh/rc-cgroup.sh.in @@ -115,7 +115,7 @@ cgroup_cleanup() cgroup_get_pids || { eend 0 "finished" ; return 0 ; } sleep 1 done - done + done 2>/dev/null done cgroup_get_pids || { eend 0 "finished" ; return 0; } kill -9 $pids |