On Thu, 11.07.13 07:41, Oleksii Shevchuk ([email protected]) wrote: > > > (Note > > that this means systemd --user will only work when run from > > [email protected], as access to the cgroup tree is *not* granted for normal > > sessions directly.) > > So, how sessions should work now? Before that I started systemd --user > as main session process, and when it exited, session exited too. How > should I wait for session end now?
The idea was always that there would be one systemd instance *per user* rather than *per session*, that's why the switch is called "--user" rather than "--session". You probably want your session to exist as long as the display it manages is around. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
