If cgconfig.conf file does not define any mount point, then cgconfig service segfault, this behavior should be described in man page. So this patch adds a relevant note.
Signed-off-by: Ivana Varekova <[email protected]> --- doc/man/cgconfig.conf.5 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/cgconfig.conf.5 b/doc/man/cgconfig.conf.5 index 7aa481f..5905814 100644 --- a/doc/man/cgconfig.conf.5 +++ b/doc/man/cgconfig.conf.5 @@ -10,7 +10,7 @@ is the configuration file used by to define control groups, their parameters and also mount points. The file consists of .I mount -and +(this part have to consist of al least one mount point) and .I group sections. These sections can be in arbitrary order. @@ -48,7 +48,7 @@ Example 1) and the directory is mounted only once. .TP .B path The directory path, where group hierarchy associated to given -controller, shall be mounted. The directory is created +controller, shall be mounted. The parent directory is created automatically on cgconfig service startup if it does not exist and is deleted on service shutdown. .LP ------------------------------------------------------------------------------ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
