From 59af05147ee7850cd98973d9193704ec743747a0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 9 Jan 2018 20:48:48 +0100 Subject: [PATCH] cgroups.7: Document 'release_agent' mount option Signed-off-by: Michael Kerrisk --- man7/cgroups.7 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 120750a53..6e249f3a7 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -474,6 +474,17 @@ The default value of the .IR release_agent file is empty, meaning that no release agent is invoked. .PP +The content of the +.I release_agent +file can also be specified via a mount option when the +cgroup filesystem is mounted: +.PP +.in +4n +.EX +mount -o release_agent=pathname ... +.EE +.in +.PP Whether or not the .IR release_agent program is invoked when a particular cgroup becomes empty is determined