mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
11 lines
180 B
Text
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
|
|
}
|