From: Zbigniew Jędrzejewski-Szmek Date: Sat, 15 Oct 2016 18:17:05 +0000 (-0400) Subject: man: add crosslink between systemd.resource-control(5) and systemd.exec(5) X-Git-Tag: v234~957^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74b47bbd5d4770c68e0eb448cc157414288ce60d;p=platform%2Fupstream%2Fsystemd.git man: add crosslink between systemd.resource-control(5) and systemd.exec(5) Fixes #4379. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 71dc86e..6228b78 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -74,6 +74,11 @@ execution specific configuration options are configured in the [Service], [Socket], [Mount], or [Swap] sections, depending on the unit type. + + In addition, options which control resources through cgroups + are listed in + systemd.resource-control5. + Those options complement options listed here. diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 10aefbe..a97bcca 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -83,6 +83,11 @@ [Slice], [Scope], [Service], [Socket], [Mount], or [Swap] sections, depending on the unit type. + In addition, options which control resources available to programs + executed by systemd are listed in + systemd.exec5. + Those options complement options listed here. + See the New Control Group Interfaces for an introduction on how to make @@ -751,6 +756,7 @@ systemd.socket5, systemd.mount5, systemd.swap5, + systemd.exec5, systemd.directives7, systemd.special7, The documentation for control groups and specific controllers in the Linux kernel: