This file is indexed.

/usr/lib/systemd/user/gnome-session.service is in gnome-session-bin 3.28.1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
[Unit]
Description=GNOME Session Manager
PartOf=graphical-session.target

[Service]
ExecStart=/bin/sh -exc '[ "$DESKTOP_SESSION" != "gnome-classic" ] || export GNOME_SHELL_SESSION_MODE=classic; \
    export GNOME_SESSION_XDG_SESSION_PATH=${XDG_SESSION_PATH}; \
    [ "$DESKTOP_SESSION" = gnome-flashback-metacity ] && \
        exec gnome-session --session=$DESKTOP_SESSION --disable-acceleration-check || \
        exec gnome-session --session=$DESKTOP_SESSION'
ExecStopPost=-/bin/sh -xc '[ "${XDG_SESSION_PATH}" = "${GNOME_SESSION_XDG_SESSION_PATH}" ] && /usr/bin/dbus-send --type=method_call --address=${UPSTART_SESSION} /com/ubuntu/Upstart com.ubuntu.Upstart0_6.EndSession'