Ubuntu 16.04 LTSでユーザーレベルのサービスを実行しています。たとえば、test.serviceは〜/ .config / systemd / user / test.serviceにあります
私はすることでサービスを実行することができました
systemctl --user start test.target
ただし、journalctlを使用してログを読み取ろうとすると、次のエラーメッセージが表示されます。
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.
ユーザーの特定のユニットに対してjournalctlを使用するにはどうすればよいですか?