chiark / gitweb /
systemd-python: update documentation for new systemd-journal group
[elogind.git] / src / python-systemd / journal.py
index 1ed726c33a7fab9b1fae0eea42e19416636c0f81..146f59f220e1d14a072b1d513000ada835972c43 100644 (file)
@@ -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: