From 7b732ed75dbc4b6cdcac0d4d729fc92cde178656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 7 Mar 2013 11:29:01 -0500 Subject: systemd-python: update documentation for new systemd-journal group --- systemd/journal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') diff --git a/systemd/journal.py b/systemd/journal.py index 1ed726c..146f59f 100644 --- a/systemd/journal.py +++ b/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: -- cgit v1.2.1