diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-09-24 14:37:17 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-09-24 14:37:17 +0000 |
commit | b6f011c10d30c6ba8ad732cc01465aa6a4ee17e7 (patch) | |
tree | ec5f19fe63ecb0b68f27ccd8442037bb6f005123 /man/systemd.slice.xml | |
parent | ae4566a67ff38dcf497ecd7ff280aab331542ec3 (diff) | |
download | systemd-b6f011c10d30c6ba8ad732cc01465aa6a4ee17e7.tar.gz |
man: systemd.slice: add link to cgroups api docs
systemd.scope and systemd.resource-control contain that link.
systemd.slice should contain it too.
Diffstat (limited to 'man/systemd.slice.xml')
-rw-r--r-- | man/systemd.slice.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index a501327335..87c2a3bce3 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -93,6 +93,11 @@ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> are allowed. </para> + <para>See the <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New + Control Group Interfaces</ulink> for an introduction on how to make + use of slice units from programs.</para> + <para>Unless <varname>DefaultDependencies=false</varname> is used, slice units will implicitly have dependencies of type <varname>Conflicts=</varname> and |