aports/testing/lcdproc/lcdproc.initd
Thomas Liske de41c364b4 testing/lcdproc: new aport
http://www.lcdproc.org/
Multi-platform LCD display driver
2021-08-22 20:23:04 +00:00

11 lines
150 B
Plaintext

#!/sbin/openrc-run
command="/usr/sbin/$SVCNAME"
command_args="${LCDD_OPTS:--f}"
command_background=1
depend() {
need net
use LCDd
}