summaryrefslogtreecommitdiff
path: root/src/systemd/lcdproc.service
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/lcdproc.service')
-rw-r--r--src/systemd/lcdproc.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/systemd/lcdproc.service b/src/systemd/lcdproc.service
new file mode 100644
index 000000000..ea9178de9
--- /dev/null
+++ b/src/systemd/lcdproc.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=LCDproc system status information viewer
+Documentation=man:lcdproc(8) http://www.lcdproc.org/
+
+[Service]
+User=root
+ExecStart=/usr/bin/lcdproc -f -c /etc/lcdproc.conf
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file