diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-08-23 20:34:32 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-08-23 20:34:32 +0200 | 
| commit | f7e3e7fe417e665f42af0025bccbb4f2ba56fbe4 (patch) | |
| tree | 5065c016a65d6ebafe6b2bc2cadce61128ff02ee | |
| parent | aa25690c83c4812c92490d29b564dd0330b24d34 (diff) | |
| download | vyos-1x-f7e3e7fe417e665f42af0025bccbb4f2ba56fbe4.tar.gz vyos-1x-f7e3e7fe417e665f42af0025bccbb4f2ba56fbe4.zip | |
lcd: T2564: make hello and goodbye message oneline
... required for smoketest and ConfigParser
| -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] | 
