This file is indexed.

/etc/sysconfig/gpelogin is in gpe-login 0.95-2ubuntu1.

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
# GPE Login Config

AUTOLOGIN="false"

if [ "$AUTOLOGIN" = "true" ]; then
  USER="root"
  HOME=`grep ^${USER}: /etc/passwd |cut -d: -f6`
fi