diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-01-12 14:37:10 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-01-12 14:45:06 -0600 |
commit | 7e3a33c8f5ccae03e035cf4c9d1c3c01a0f57b1e (patch) | |
tree | 4a38a65c66c58ad49ddb22d1f469df3ce8f12be9 | |
parent | 74478830a8d035c078e986b57efd40a5c48bc896 (diff) |
Add description for cgroup_cleanup
X-Gentoo-Bug: 535184
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=535184
-rw-r--r-- | sh/rc-cgroup.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in index b635340a..04260265 100644 --- a/sh/rc-cgroup.sh.in +++ b/sh/rc-cgroup.sh.in @@ -2,6 +2,7 @@ # Copyright (c) 2012 Alexander Vershilov <qnikst@gentoo.org> # Released under the 2-clause BSD license. extra_stopped_commands="${extra_stopped_commands} cgroup_cleanup" +description_cgroup_cleanup="Kill all processes in the cgroup" cgroup_find_path() { |