blob: a4604cf2118bab20949e98797b109db4e30c438a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=LCD display daemon on %I
Documentation=man:LCDd(8) http://www.lcdproc.org/
[Service]
User=root
ExecStart=/usr/sbin/LCDd -s 1 -f -c /run/LCDd/LCDd.%I.conf
[Install]
WantedBy=multi-user.target
|