Add lcdproc ebuild with systemd service files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user