3
# /usr/sbin/lightdm-session is very X specific. We don't want it for Ubuntu
4
# Touch's Mir sessions. So determine if we are running Mir or X and do the
5
# right thing. Ideally LightDM would do this for us, but in the meantime...
7
if [ -n "$MIR_SOCKET" ]; then
10
exec /usr/sbin/lightdm-session $@