chiark / gitweb /
journalctl: add --system/--user flags
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2013 23:33:34 +0000 (19:33 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 10 Jun 2013 14:10:06 +0000 (10:10 -0400)
commit3f3a438f58d7b1d2ba2b44d6d356fb1eaa65b66a
treee453ba6021b4457f2658568c812c50e5192b180b
parenta688baa8b71f9c74500f7883dfb137194874266a
journalctl: add --system/--user flags

--user basically gives messages from your own systemd --user services.
--system basically gives messages from PID 1, kernel, and --system
services. Those two options are not exahustive, because a priviledged
user might be able to see messages from other users, and they will not
be shown with either or both of those flags.
man/journalctl.xml
shell-completion/bash/journalctl
shell-completion/systemd-zsh-completion.zsh
src/journal/journalctl.c