On Mon, Oct 3, 2016 at 9:59 PM, Daniel Ng <danieln...@gmail.com> wrote:

> 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
> message:
>
>     journalctl --user -u test.service
>

The option is --user-unit. -u always refers to system units.

-- 
Mantas Mikulėnas <graw...@gmail.com>
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to