]> git.plutz.net Git - rpi_small/blob - files/etc/default/nodm
f1662664099e8c715c2d32f6030cdb6a8580ecc0
[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 NODM_XSESSION=/usr/bin/chromium-browser --app=http://localhost/
15
16 # Options for nodm itself
17 NODM_OPTIONS=
18
19 # Options for the X server.
20 #
21 # Format: [/usr/bin/<Xserver>] [:<disp>] <Xserver-options>
22 #
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'
26
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
30
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.
33 NODM_X_TIMEOUT=300