1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/lcdproc/lcdproc.initd

11 lines
180 B
Text

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