summaryrefslogtreecommitdiff
path: root/src/systemd/LCDd.service
blob: 233c1e2ca8a1fe95f5f04940a33f7291f9916405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=LCD display daemon
Documentation=man:LCDd(8) http://www.lcdproc.org/
RequiresMountsFor=/run
ConditionPathExists=/run/LCDd/LCDd.conf
After=vyos-router.service


[Service]
User=root
ExecStart=/usr/sbin/LCDd -s 1 -f -c /run/LCDd/LCDd.conf

[Install]
WantedBy=multi-user.target