Re: [systemd-devel] Should long-running child processes clear INVOCATION_ID?

2018-03-02 Thread Lennart Poettering
On Fr, 02.03.18 15:16, Simon McVittie (s...@collabora.com) wrote: > When dbus-daemon carries out a mixture of systemd and traditional > (non-systemd) activation, we get a process tree like this: > > systemd --user (init.scope) > |- dbus-daemon --session

[systemd-devel] Should long-running child processes clear INVOCATION_ID?

2018-03-02 Thread Simon McVittie
When dbus-daemon carries out a mixture of systemd and traditional (non-systemd) activation, we get a process tree like this: systemd --user (init.scope) |- dbus-daemon --session (dbus.service) | |- (babysitter process) |