diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-22 12:45:55 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-22 12:45:56 +0200 |
commit | ff0bdfbc523ac8dbcb885361f06c6a329ca502cb (patch) | |
tree | 3cb58df256a973517545a8c90f84de50c737af7b /data/templates/lcd/lcdproc.conf.tmpl | |
parent | 2be5f188b6eb2b783a366a4d5b0ff3018d121f65 (diff) | |
download | vyos-1x-ff0bdfbc523ac8dbcb885361f06c6a329ca502cb.tar.gz vyos-1x-ff0bdfbc523ac8dbcb885361f06c6a329ca502cb.zip |
lcd: T2564: add CLI support
- set system lcd model
- set system lcd device
Diffstat (limited to 'data/templates/lcd/lcdproc.conf.tmpl')
-rw-r--r-- | data/templates/lcd/lcdproc.conf.tmpl | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/data/templates/lcd/lcdproc.conf.tmpl b/data/templates/lcd/lcdproc.conf.tmpl new file mode 100644 index 000000000..656c15e73 --- /dev/null +++ b/data/templates/lcd/lcdproc.conf.tmpl @@ -0,0 +1,59 @@ +### autogenerated by system-lcd.py ### + +# LCDproc client configuration file + +[lcdproc] +Server=127.0.0.1 +Port=13666 + +# set reporting level +ReportLevel=3 + +# report to to syslog ? +ReportToSyslog=true + +Foreground=yes + +[CPU] +Active=true +OnTime=1 +OffTime=2 +ShowInvisible=false + +[SMP-CPU] +Active=false + +[Memory] +Active=false + +[Load] +Active=false + +[Uptime] +Active=false + +[ProcSize] +Active=false + +[Disk] +Active=false + +[About] +Active=false + +[TimeDate] +Active=false + +[OldTime] +Active=false + +[BigClock] +Active=false + +[MiniClock] +Active=false + +# Display the title bar in two-line mode. Note that with four lines or more +# the title is always shown. [default: true; legal: true, false] +ShowTitle=false + |