From 15924ecdf97fae5598628831106e83c62f55247f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 6 Jan 2020 10:53:42 -0500 Subject: [PATCH] fixed nodm.conf to us stormux on first login. --- files/files/etc/nodm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/files/etc/nodm.conf b/files/files/etc/nodm.conf index 00fa647..71f827d 100644 --- a/files/files/etc/nodm.conf +++ b/files/files/etc/nodm.conf @@ -1,7 +1,7 @@ # nodm configuration file # 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 # tcp") @@ -15,7 +15,7 @@ NODM_MIN_SESSION_TIME=60 # X session command (default: /etc/X11/Xsession). It is run using # 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 # connections. If X is not ready before this timeout, it is killed