diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-15 09:57:24 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-18 16:28:38 +0100 |
commit | 26e1e9734524d5fc53b2ca876d5d5478b3ef3c57 (patch) | |
tree | 3695c0a56649836dea217712b3e9684b4516e8c2 /man/systemd-analyze.xml | |
parent | 6ab863190dee5ab631795ef547fcc7314ddccd40 (diff) | |
download | systemd-26e1e9734524d5fc53b2ca876d5d5478b3ef3c57.tar.gz |
analyze: deprecate the commands moved to systemctl
This just removes the commands from --help and the man pages, everything works
as before.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 02d7179e4c..dcb7cf29c1 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -42,25 +42,6 @@ <cmdsynopsis> <command>systemd-analyze</command> <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain">log-level</arg> - <arg choice="opt"><replaceable>LEVEL</replaceable></arg> - </cmdsynopsis> - <cmdsynopsis> - <command>systemd-analyze</command> - <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain">log-target</arg> - <arg choice="opt"><replaceable>TARGET</replaceable></arg> - </cmdsynopsis> - <cmdsynopsis> - <command>systemd-analyze</command> - <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain">service-watchdogs</arg> - <arg choice="opt"><replaceable>BOOL</replaceable></arg> - </cmdsynopsis> - - <cmdsynopsis> - <command>systemd-analyze</command> - <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">dump</arg> </cmdsynopsis> @@ -242,37 +223,6 @@ multi-user.target @47.820s </refsect2> <refsect2> - <title><command>systemd-analyze log-level [<replaceable>LEVEL</replaceable>]</command></title> - - <para><command>systemd-analyze log-level</command> prints the current log level of the - <command>systemd</command> daemon. If an optional argument <replaceable>LEVEL</replaceable> is - provided, then the command changes the current log level of the <command>systemd</command> daemon to - <replaceable>LEVEL</replaceable> (accepts the same values as <option>--log-level=</option> described in - <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>).</para> - </refsect2> - - <refsect2> - <title><command>systemd-analyze log-target [<replaceable>TARGET</replaceable>]</command></title> - - <para><command>systemd-analyze log-target</command> prints the current log target of the - <command>systemd</command> daemon. If an optional argument <replaceable>TARGET</replaceable> is - provided, then the command changes the current log target of the <command>systemd</command> daemon to - <replaceable>TARGET</replaceable> (accepts the same values as <option>--log-target=</option>, described - in <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>).</para> - </refsect2> - - <refsect2> - <title><command>systemd-analyze service-watchdogs [yes|no]</command></title> - - <para><command>systemd-analyze service-watchdogs</command> prints the current state of service runtime - watchdogs of the <command>systemd</command> daemon. If an optional boolean argument is provided, then - globally enables or disables the service runtime watchdogs (<option>WatchdogSec=</option>) and - emergency actions (e.g. <option>OnFailure=</option> or <option>StartLimitAction=</option>); see - <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>. - The hardware watchdog is not affected by this setting.</para> - </refsect2> - - <refsect2> <title><command>systemd-analyze dump</command></title> <para>This command outputs a (usually very long) human-readable serialization of the complete server |