Estou executando serviços de nível de 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 seu log usando journalctl
, recebo 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 journalctl
para a unidade específica do usuário?