summaryrefslogtreecommitdiff
path: root/src/systemd/lcdproc.service
blob: ef717667a0aff57859550af6ebb1c9a561a0d876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=LCDproc system status information viewer on %I
Documentation=man:lcdproc(8) http://www.lcdproc.org/
After=vyos-router.service LCDd.service
Requires=LCDd.service

[Service]
User=root
ExecStart=/usr/bin/lcdproc -f -c /run/lcdproc/lcdproc.conf
PIDFile=/run/lcdproc/lcdproc.pid

[Install]
WantedBy=multi-user.target