diff options
author | Harald Hoyer <harald@redhat.com> | 2013-04-12 09:14:43 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-04-17 09:15:23 +0200 |
commit | b9e405246e2f3b7149ef1f9924806441d17f004a (patch) | |
tree | 0678d6e8b0f7ba4fb93e49ac3a63241522bb06a2 /man | |
parent | cd34b3c6670df8a3fd49179131fe762b2dd86b01 (diff) |
journalctl: specify "--unit=" and "--user-unit" multiple times
Previously only one "--unit=" or "--user-unit" could be specified.
With this patch, journalcrtl can show multiple units.
$ journalctl -u systemd-udevd.service -u sshd.service -u crond.service -b
-- Logs begin at Sa 2013-03-23 11:08:45 CET, end at Fr 2013-04-12
09:10:22 CEST. --
Apr 12 08:41:37 lenovo systemd[1]: Started udev Kernel Device Manager.
Apr 12 08:41:37 lenovo systemd[1]: Stopped udev Kernel Device Manager.
Apr 12 08:41:38 lenovo systemd[1]: Started udev Kernel Device Manager.
Apr 12 08:41:38 lenovo crond[291]: (CRON) INFO (Syslog will be used
instead of sendmail.)
Apr 12 08:41:38 lenovo crond[291]: (CRON) INFO (running with inotify
support)
Apr 12 08:41:39 lenovo systemd[1]: Starting OpenSSH server daemon...
Apr 12 08:41:39 lenovo systemd[1]: Started OpenSSH server daemon.
Apr 12 08:41:39 lenovo sshd[355]: Server listening on 0.0.0.0 port 22.
Apr 12 08:41:39 lenovo sshd[355]: Server listening on :: port 22.
Apr 12 08:41:39 lenovo mtp-probe[373]: checking bus 1, device 8:
"/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6.2/1-1.5.6.2.1"
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 144b54f663..91cc322604 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -332,7 +332,8 @@ (<literal>_SYSTEMD_UNIT=</literal>) and additional matches for messages from systemd and messages about - coredumps for the specified unit. + coredumps for the specified unit.</para> + <para>This parameter can be specified multiple times. </para></listitem> </varlistentry> @@ -346,7 +347,8 @@ and <literal>_UID=</literal>) and additional matches for messages from session systemd and messages about - coredumps for the specified unit. + coredumps for the specified unit.</para> + <para>This parameter can be specified multiple times. </para></listitem> </varlistentry> |