<p dir="ltr"><br>
On Sep 10, 2014 5:46 PM, "Zbigniew JÄ™drzejewski-Szmek" <<a href="mailto:zbyszek@in.waw.pl">zbyszek@in.waw.pl</a>> wrote:<br>
><br>
> On Tue, Sep 09, 2014 at 07:39:17PM -0400, Chris Morgan wrote:<br>
> > >> >> Specifically, running `systemd --user` directly is not supported<br>
> > >> >> anymore. The user mode still works, but only for one "user" instance<br>
> > >> >> per UID, launched through user@<uid>.service (recent releases start<br>
> > >> >> this automatically upon logging in).<br>
> > > Try 'systemctl --user'. If this start you can put units<br>
> > > it ~/.config/systemd/user/ or a similar path (check systemd.unit(5) out).<br>
> > ><br>
> > > Zbyszek<br>
> ><br>
> > I tried --user but I get some errors that I pasted above. It looks<br>
> > like it is no longer supported but I'm not sure.<br>
><br>
> If you're getting the same message as above, you are still typing<br>
> systemd instead of systemctl.<br>
><br>
> Zbyszek</p>
<p dir="ltr">Ahh. The man page seemed to indicate that one should run systemd with --user first.</p>
<p dir="ltr">I was able to run unit files via systemctl --user but the SYSTEMD_USER_PATH environment variable doesn't seem to be working, even though it is mentioned in the man page. If I place them in ~/.config/systemd/units they are recognized. I'm going to try a symlink from there to where I was hoping to point via SYSTEMD_USER_PATH. Should I be setting XDG_CONFIG_HOME? I was looking to put the files at ~/somegitrepo/units/</p>
<p dir="ltr">Chris</p>