X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpython-systemd%2Fjournal.py;h=146f59f220e1d14a072b1d513000ada835972c43;hp=1ed726c33a7fab9b1fae0eea42e19416636c0f81;hb=614e5fbb8ba192526990a840eef382d0ee94b22d;hpb=0eff0f3bce1d0826765f6e84ff046b10fe5a1a12 diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py index 1ed726c33..146f59f22 100644 --- a/src/python-systemd/journal.py +++ b/src/python-systemd/journal.py @@ -99,7 +99,7 @@ DEFAULT_CONVERTERS = { class Reader(_Reader): """Reader allows the access and filtering of systemd journal entries. Note that in order to access the system journal, a - non-root user must be in the `adm` group. + non-root user must be in the `systemd-journal` group. Example usage to print out all informational or higher level messages for systemd-udevd for this boot: