diff options
author | Daniel Mack <github@zonque.org> | 2015-09-30 15:55:26 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-09-30 15:55:26 +0200 |
commit | 1115d417067190d5144586e0147b5ca7a917227c (patch) | |
tree | fb101d9c4a7c3b041db537a9aacba40fd469132a /man | |
parent | 6b68a4442e2b9343d10476810c6662b496dd250d (diff) | |
parent | 2ca2a91cf1deba83825692f1ce06116d2aed2379 (diff) |
Merge pull request #1417 from poettering/nspawn-and-more
Various fixes, primarily for nspawn, but other stuff too
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 |