nodm.conf 775 B

123456789101112131415161718192021222324
  1. # nodm configuration file
  2. # Controls the user that is used to automatically log in
  3. NODM_USER='{user}'
  4. # Options to pass to the X server (for example: "vt7 -nolisten
  5. # tcp")
  6. NODM_X_OPTIONS='vt7 -nolisten tcp'
  7. # Minimum time (in seconds) that a session should last in order
  8. # for nodm to decide that it has not quit too soon. If an X
  9. # session will run for less than this time, nodm will wait an
  10. # increasing bit of time before restarting it.
  11. NODM_MIN_SESSION_TIME=60
  12. # X session command (default: /etc/X11/Xsession). It is run using
  13. # the shell, so it can be any shell command.
  14. NODM_XSESSION='/root/.xinitrc'
  15. # Timeout (in seconds) to wait for X to be ready to accept
  16. # connections. If X is not ready before this timeout, it is killed
  17. # and restarted.
  18. NODM_X_TIMEOUT=20