X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=files_xfce%2Fetc%2Fdefault%2Fnodm;fp=files_xfce%2Fetc%2Fdefault%2Fnodm;h=504f4b60c466f0d2b89c78fcd98d2752af632c2e;hp=0000000000000000000000000000000000000000;hb=4bb200e9c0d07b49a199f865bd9b0cd66a818a1f;hpb=bed6cddade88f1a7745a2e21eb92a922ab11a110 diff --git a/files_xfce/etc/default/nodm b/files_xfce/etc/default/nodm new file mode 100644 index 0000000..504f4b6 --- /dev/null +++ b/files_xfce/etc/default/nodm @@ -0,0 +1,32 @@ +# nodm configuration + +# Set NODM_ENABLED to something different than 'false' to enable nodm +NODM_ENABLED=true + +# User to autologin for +NODM_USER=local + +# First vt to try when looking for free VTs +NODM_FIRST_VT=7 + +# X session +NODM_XSESSION=/etc/X11/Xsession + +# Options for nodm itself +NODM_OPTIONS= + +# Options for the X server. +# +# Format: [/usr/bin/] [:] +# +# The Xserver executable and the display name can be omitted, but should +# be placed in front, if nodm's defaults shall be overridden. +NODM_X_OPTIONS='-nolisten tcp' + +# If an X session will run for less than this time in seconds, nodm will wait an +# increasing bit of time before restarting the session. +NODM_MIN_SESSION_TIME=60 + +# 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