summaryrefslogtreecommitdiff
path: root/data/templates/lcd/lcdproc.conf.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-01 20:15:38 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-01 20:15:38 +0200
commite3c657e9f4d85b691ad9e95d302d4c209e1386fa (patch)
treea8e610609f9b93696e4efabadc29f6835561dda4 /data/templates/lcd/lcdproc.conf.tmpl
parent5271cf5bfec263b993692f7110478ea10864893f (diff)
downloadvyos-1x-e3c657e9f4d85b691ad9e95d302d4c209e1386fa.tar.gz
vyos-1x-e3c657e9f4d85b691ad9e95d302d4c209e1386fa.zip
lcd: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/lcd/lcdproc.conf.tmpl')
-rw-r--r--data/templates/lcd/lcdproc.conf.tmpl60
1 files changed, 0 insertions, 60 deletions
diff --git a/data/templates/lcd/lcdproc.conf.tmpl b/data/templates/lcd/lcdproc.conf.tmpl
deleted file mode 100644
index c79f3cd0d..000000000
--- a/data/templates/lcd/lcdproc.conf.tmpl
+++ /dev/null
@@ -1,60 +0,0 @@
-### 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=true
-
-[ProcSize]
-Active=false
-
-[Disk]
-Active=false
-
-[About]
-Active=false
-
-[TimeDate]
-Active=true
-TimeFormat="%H:%M:%S"
-
-[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
-