diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-30 15:01:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-30 15:25:23 +0200 |
commit | 2ca2a91cf1deba83825692f1ce06116d2aed2379 (patch) | |
tree | cae836107f8c06d720b87da0082bdb60cbeddc0d /man | |
parent | 737af7347c03a6ed2dfeea76647e9c1ca5b05a64 (diff) |
analyze: add new set-log-target subcommand
We already have the property writable, hence let's add a command to set
it.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-analyze.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 198315052f..58e6fd1780 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -168,6 +168,13 @@ <option>--log-level=</option> described in <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>).</para> + <para><command>systemd-analyze set-log-target + <replaceable>TARGET</replaceable></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> + <para><command>systemd-analyze verify</command> will load unit files and print warnings if any errors are detected. Files specified on the command line will be loaded, but also any other |