blob: 85cdf561b7cb11b886d91a9699e401647f11665e (
plain)
1
2
3
4
5
6
7
8
9
10
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
|