14 lines
203 B
Desktop File
14 lines
203 B
Desktop File
[Unit]
|
|
Description = Display system info on LCD
|
|
After = LCDd.service
|
|
|
|
[Service]
|
|
ExecStart = /usr/bin/lcdproc
|
|
Restart = always
|
|
RestartSec = 60
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|
|
Also = LCDd.service
|
|
|