summaryrefslogtreecommitdiff
path: root/src/systemd/LCDd.service
diff options
context:
space:
mode:
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