#
# Controls the user that is used to automatically log in
NODM_USER="nobody"
# 
# Options to pass to the X server (for example: "vt7 -nolisten tcp")
NODM_X_OPTIONS="vt7 -nolisten tcp"
#
# Minimum time (in seconds) that a session should last in order for nodm
# to decide that it has not quit too soon.  If an X session will run for less
# than  this time, nodm will wait an increasing bit of time before restarting it
# (default: 60).
NODM_MIN_SESSION_TIME=60
#
# Path to the xinit program (default: /usr/bin/xinit)
NODM_XINIT=/usr/bin/xinit
#
# Path to the X session script (default: /etc/X11/Xsession)
NODM_XSESSION=/etc/X11/xdm/Xsession
#
# Timeout (in seconds) to wait for X to be ready to accept connections. If X is
# not ready before this timeout, it is killed and restarted.
NODM_X_TIMEOUT=300
#
# Set NODM_ENABLED to something different than 'false' to enable nodm
NODM_ENABLED=

