diff options
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2013-03-01 14:39:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-01 14:39:04 +0100 |
commit | ffa7cd15cd2a9e802827ef0f5762de6c22933c07 (patch) | |
tree | 343330dc70c19196246e27fed3fe4e59658faa68 /man | |
parent | 242c4e1cc4d6419043729904d7dd88b2b1283556 (diff) |
journalctl: add --user-unit= switch
Add --user-unit= to make it possible to query for user logs by the name
of the service.
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index ca940fec7e..e2740e4213 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -314,6 +314,17 @@ </varlistentry> <varlistentry> + <term><option>--user-unit=</option></term> + + <listitem><para>Show data only of the + specified user session unit. This will + add a match for + <literal>_SYSTEMD_USER_UNIT=</literal> + for the specified + unit.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-p</option></term> <term><option>--priority=</option></term> |