Implemented the no ServerScreen feature. Also corrected a bug which prevented to run without any screen.

This commit is contained in:
gfk
2002-03-15 20:24:39 +00:00
parent 0f18a999ad
commit 924b2e51dd
5 changed files with 40 additions and 28 deletions
+6 -2
View File
@@ -65,8 +65,12 @@ User=nobody
# User to run as. LCDd will drop its root priviledges,
# if any, and run as this user instead.
ServerScreen=no
# Enables the server screen also when other screens are active.
#ServerScreen=no
# Enables the built-in server screen [Default: noscreen]
# yes : always,
# noscreen : when there are no other screens active,
# no : never, the LCD display will be blank when there are
# no screens active.
Foreground=yes
# The server will stay in the foreground if set to true.