3 # Set NODM_ENABLED to something different than 'false' to enable nodm
6 # User to autologin for
9 # First vt to try when looking for free VTs
13 #NODM_XSESSION=/etc/X11/Xsession
14 NODM_XSESSION=/usr/bin/chromium-browser --app=http://localhost/
16 # Options for nodm itself
19 # Options for the X server.
21 # Format: [/usr/bin/<Xserver>] [:<disp>] <Xserver-options>
23 # The Xserver executable and the display name can be omitted, but should
24 # be placed in front, if nodm's defaults shall be overridden.
25 NODM_X_OPTIONS='-nolisten tcp'
27 # If an X session will run for less than this time in seconds, nodm will wait an
28 # increasing bit of time before restarting the session.
29 NODM_MIN_SESSION_TIME=60
31 # Timeout (in seconds) to wait for X to be ready to accept connections. If X is
32 # not ready before this timeout, it is killed and restarted.