summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-08-24 17:00:53 +0200
committerGitHub <noreply@github.com>2022-08-24 17:00:53 +0200
commit771fe73c75781f52200ffdd30efef9fd870b7476 (patch)
tree8704fa732ec7fac8bb2b512eaf5a072e80a94f10 /man/systemd-run.xml
parent98f3e84342dbb9da48ffa22bfdf122bdae4da1c6 (diff)
parentaf9d5d507aae7e037739139931350ea5573fdeff (diff)
downloadsystemd-771fe73c75781f52200ffdd30efef9fd870b7476.tar.gz
Merge pull request #24072 from poettering/remove-cgroupsv1-docs
decgroupsv1ification: first steps – remove from docs, and generate warnings
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index faf88d560a..00f1586a5b 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -448,14 +448,13 @@ Sep 08 07:37:21 bupkis env[19948]: BOOT_IMAGE=/vmlinuz-3.11.0-0.rc5.git6.2.fc20.
<example>
<title>Limiting resources available to a command</title>
- <programlisting># systemd-run -p BlockIOWeight=10 updatedb</programlisting>
+ <programlisting># systemd-run -p IOWeight=10 updatedb</programlisting>
- <para>This command invokes the
- <citerefentry project='man-pages'><refentrytitle>updatedb</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+ <para>This command invokes the <citerefentry
+ project='man-pages'><refentrytitle>updatedb</refentrytitle><manvolnum>8</manvolnum></citerefentry>
tool, but lowers the block I/O weight for it to 10. See
<citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>
- for more information on the <varname>BlockIOWeight=</varname>
- property.</para>
+ for more information on the <varname>IOWeight=</varname> property.</para>
</example>
<example>