Korzystam z usług na poziomie użytkownika w Ubuntu 16.04 LTS. Na przykład mam swoją stronę test.service pod adresem ~ / .config / systemd / user / test.service
Dzięki temu mogłem uruchomić usługę
systemctl --user start test.target
Jednak gdy próbuję odczytać jego dziennik za pomocą dziennikactl, otrzymałem następujący komunikat o błędzie:
journalctl --user -u test.service
Hint: You are currently not seeing messages from other users and the system.
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
No journal files were opened due to insufficient permissions.
Jak mogę użyć JournalCCTL dla konkretnej jednostki użytkownika?
źródło