13 lines
167 B
SYSTEMD
13 lines
167 B
SYSTEMD
|
[Unit]
|
||
|
Description = LCD Display daemon
|
||
|
|
||
|
[Service]
|
||
|
Type = forking
|
||
|
ExecStart = /usr/sbin/LCDd
|
||
|
Restart = always
|
||
|
RestartSec = 60
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = multi-user.target
|
||
|
|