]> git.plutz.net Git - rpi_small/blob - files/etc/default/nodm
generalize setup
[rpi_small] / files / etc / default / nodm
1 # nodm configuration
2
3 # Set NODM_ENABLED to something different than 'false' to enable nodm
4 NODM_ENABLED=true
5
6 # User to autologin for
7 NODM_USER=local
8
9 # First vt to try when looking for free VTs
10 NODM_FIRST_VT=7
11
12 # X session
13 NODM_XSESSION=/etc/X11/Xsession
14
15 # Options for nodm itself
16 NODM_OPTIONS=
17
18 # Options for the X server.
19 #
20 # Format: [/usr/bin/<Xserver>] [:<disp>] <Xserver-options>
21 #
22 # The Xserver executable and the display name can be omitted, but should
23 # be placed in front, if nodm's defaults shall be overridden.
24 NODM_X_OPTIONS='-nolisten tcp'
25
26 # If an X session will run for less than this time in seconds, nodm will wait an
27 # increasing bit of time before restarting the session.
28 NODM_MIN_SESSION_TIME=60
29
30 # Timeout (in seconds) to wait for X to be ready to accept connections. If X is
31 # not ready before this timeout, it is killed and restarted.
32 NODM_X_TIMEOUT=300