On Mon, Mar 10, 2014 at 5:46 PM, Alec Leamas <[email protected]> wrote: > […] > Perhaps I just got it all wrong, and systemd will (does?) also handle > the session services running within the session? Or is there a > reasonable robust way for a system user service started outside the > session to join it? Or, my first thought, is there a way (API/tool) > for non-systemd services to wait for a systemd service being started > or so?
Currently, there is `systemctl --user import-environment` that the xprofile script can run, to make $DISPLAY and $XAUTHORITY accessible to `systemd --user` services. In the future, the entire session might be started through `systemd --user`. -- Mantas Mikulėnas <[email protected]> _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
