diff options
-rw-r--r-- | data/templates/lcd/LCDd.conf.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/templates/lcd/LCDd.conf.tmpl b/data/templates/lcd/LCDd.conf.tmpl index bde177b6a..f8ad62ff4 100644 --- a/data/templates/lcd/LCDd.conf.tmpl +++ b/data/templates/lcd/LCDd.conf.tmpl @@ -78,12 +78,10 @@ User=nobody Foreground=yes # Hello message: each entry represents a display line; default: builtin -Hello="Starting VyOS" -Hello=" ... " +Hello="Starting VyOS..." # GoodBye message: each entry represents a display line; default: builtin -GoodBye=" VyOS shutting" -GoodBye=" down... " +GoodBye="VyOS shutdown..." # Sets the interval in microseconds for updating the display. # [default: 125000 meaning 8Hz] |