From d817000dea0356fd32333953fc25538b4cc4f1e7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Oct 2015 19:30:40 +0200 Subject: man: move documentation about NetClass from systemd.unit(5) to systemd.resource-control(5) This is after all where we expose all the other cgroup props, especially those that can be adjusted dynamically. --- man/systemd.resource-control.xml | 17 +++++++++++++++++ man/systemd.unit.xml | 16 ---------------- 2 files changed, 17 insertions(+), 16 deletions(-) (limited to 'man') diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 98f4d75ddb..9c5366a2b0 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -411,6 +411,23 @@ + + NetClass= + Configures a network class number to assign to the + unit. This value will be set to the + net_cls.class_id property of the + net_cls cgroup of the unit. The directive + accepts a numerical value (for fixed number assignment) and the keyword + auto (for dynamic allocation). Network traffic of + all processes inside the unit will have the network class ID assigned + by the kernel. Also see + the kernel docs for + net_cls controller + and + systemd.resource-control5. + + + Slice= diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 8985b6b940..33f1309268 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1045,22 +1045,6 @@ units. - - NetClass= - Configures a network class number to assign to the - unit. This value will be set to the - net_cls.class_id property of the - net_cls cgroup of the unit. The directive - accepts a numerical value (for fixed number assignment) and the keyword - auto (for dynamic allocation). Network traffic of - all processes inside the unit will have the network class ID assigned - by the kernel. Also see - the kernel docs for - net_cls controller - and - systemd.resource-control5. - - -- cgit v1.2.3-54-g00ecf