From: Zbigniew Jędrzejewski-Szmek Date: Thu, 7 Mar 2013 16:29:01 +0000 (-0500) Subject: systemd-python: update documentation for new systemd-journal group X-Git-Tag: v198~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=614e5fbb8ba192526990a840eef382d0ee94b22d systemd-python: update documentation for new systemd-journal group --- 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: