Advertisement
Guest User

Default NoDM

a guest
Dec 23rd, 2011
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # nodm configuration
  2.  
  3. # Set NODM_ENABLED to something different than 'false' to enable nodm
  4. NODM_ENABLED=false
  5.  
  6. # User to autologin for
  7. NODM_USER=root
  8.  
  9. # xinit program
  10. NODM_XINIT=/usr/bin/xinit
  11.  
  12. # First vt to try when looking for free VTs
  13. NODM_FIRST_VT=7
  14.  
  15. # X session
  16. NODM_XSESSION=/etc/X11/Xsession
  17.  
  18. # Options for the X server
  19. NODM_X_OPTIONS='vt7 -nolisten tcp'
  20.  
  21. # If an X session will run for less than this time in seconds, nodm will wait an
  22. # increasing bit of time before restarting the session.
  23. NODM_MIN_SESSION_TIME=60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement