diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-07 11:29:01 -0500 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:19:17 -0400 |
| commit | 7b732ed75dbc4b6cdcac0d4d729fc92cde178656 (patch) | |
| tree | 2ff4f4618a154cefcc15de9517802cc95076fe0b /systemd | |
| parent | 67bdb044d89e04ee9e71741b20f797bb32458b32 (diff) | |
| download | python-systemd-7b732ed75dbc4b6cdcac0d4d729fc92cde178656.tar.gz | |
systemd-python: update documentation for new systemd-journal group
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/journal.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
