summaryrefslogtreecommitdiff
path: root/src/python-systemd/journal.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 11:29:01 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 11:29:08 -0500
commit614e5fbb8ba192526990a840eef382d0ee94b22d (patch)
tree91bb9f69623ace8c02d94179aa55ec89a44297ad /src/python-systemd/journal.py
parent0eff0f3bce1d0826765f6e84ff046b10fe5a1a12 (diff)
systemd-python: update documentation for new systemd-journal group
Diffstat (limited to 'src/python-systemd/journal.py')
-rw-r--r--src/python-systemd/journal.py2
1 files changed, 1 insertions, 1 deletions
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: