21 Sep
2013
21 Sep
'13
12:41 p.m.
On Fri, Sep 20, 2013 at 10:46 AM, Tobias Frilling <tobias@frilling-online.de> wrote:
So my first questions are: Is this something a sane person would do? Is there a more elegant way without installing more 3rd party software? Do I need to i involve logind in some way?
systemd --user is meant to be ran once per user, not once per session, so if you do that you might have a hard time.
Part 2: Systemd now calls user@.service with every login, which in turn calls systemd --user. But as I said, I use it for graphical stuff, so I do not want this behavior.
Similar questions have been asked a few times on the systemd mailinglist, so I suggest you check that out. Cheers, Tom