summaryrefslogtreecommitdiff
path: root/src/systemd/LCDd.service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-22 12:45:55 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-22 12:45:56 +0200
commitff0bdfbc523ac8dbcb885361f06c6a329ca502cb (patch)
tree3cb58df256a973517545a8c90f84de50c737af7b /src/systemd/LCDd.service
parent2be5f188b6eb2b783a366a4d5b0ff3018d121f65 (diff)
downloadvyos-1x-ff0bdfbc523ac8dbcb885361f06c6a329ca502cb.tar.gz
vyos-1x-ff0bdfbc523ac8dbcb885361f06c6a329ca502cb.zip
lcd: T2564: add CLI support
- set system lcd model - set system lcd device
Diffstat (limited to 'src/systemd/LCDd.service')
-rw-r--r--src/systemd/LCDd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/systemd/LCDd.service b/src/systemd/LCDd.service
new file mode 100644
index 000000000..85cdf561b
--- /dev/null
+++ b/src/systemd/LCDd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=LCD display daemon
+Documentation=man:LCDd(8) http://www.lcdproc.org/
+After=vyos-router.service
+
+[Service]
+User=root
+ExecStart=/usr/sbin/LCDd -c /run/LCDd/LCDd.conf
+
+[Install]
+WantedBy=multi-user.target