fixed nodm.conf to us stormux on first login.

This commit is contained in:
Storm Dragon 2020-01-06 10:53:42 -05:00
parent 3ce00a8d7b
commit 15924ecdf9

View File

@ -1,7 +1,7 @@
# nodm configuration file # nodm configuration file
# Controls the user that is used to automatically log in # Controls the user that is used to automatically log in
NODM_USER='f123' NODM_USER='stormux'
# Options to pass to the X server (for example: "vt7 -nolisten # Options to pass to the X server (for example: "vt7 -nolisten
# tcp") # tcp")
@ -15,7 +15,7 @@ NODM_MIN_SESSION_TIME=60
# X session command (default: /etc/X11/Xsession). It is run using # X session command (default: /etc/X11/Xsession). It is run using
# the shell, so it can be any shell command. # the shell, so it can be any shell command.
NODM_XSESSION='/home/f123/.xinitrc' NODM_XSESSION='/home/stormux/.xinitrc'
# Timeout (in seconds) to wait for X to be ready to accept # Timeout (in seconds) to wait for X to be ready to accept
# connections. If X is not ready before this timeout, it is killed # connections. If X is not ready before this timeout, it is killed