Estou executando serviços no nível do usuário no Ubuntu 16.04 LTS. Por exemplo, tenho meu test.service localizado em ~ / .config / systemd / user / test.service
Consegui executar o serviço fazendo
systemctl --user start test.target
No entanto, quando tento ler o log usando journalctl, recebi esta mensagem de erro:
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.
Como posso usar o journalctl para a unidade específica do usuário?
fonte