What does lightdm --session-child 12 19
mean in the following output?
Why does lightdm
fork a process to execute the above command?
I don't find --session-child
in lightdm
manpage. Thanks.
$ pstree -a -p -s $$
systemd,1 --system --deserialize 19
└─lightdm,661
└─lightdm,862 --session-child 12 19
└─lxsession,944 -s Lubuntu -e LXDE
└─lxpanel,1087 --profile Lubuntu
└─lxterminal,23017
└─bash,23020
└─pstree,26853 -a -p -s 23020