[systemd-devel] How to allow a user to use journalctl to see user-specific systemd service logs?

2016-10-03 Thread Daniel Ng
I am running user-level services in Ubuntu 16.04 LTS. For example, I have my test.service located at ~/.config/systemd/user/test.service I was able to run the service by doing systemctl --user start test.target However, when I try to read its log using journalctl, I got this error

Re: [systemd-devel] How to allow a user to use journalctl to see user-specific systemd service logs?

2016-10-03 Thread Daniel Ng
016 at 5:13 PM, Stefan Schweter <ste...@schweter.it> wrote: > On 03.10.2016 20:59, Daniel Ng wrote: > > > journalctl --user -u test.service > > Hint: You are currently not seeing messages from other users and the > > system. > > Users in the 'syst