mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
- drop patches fixed upstream - add missing pidfile setting to initd - set a valid DriverPath in default config
10 lines
176 B
Text
10 lines
176 B
Text
#!/sbin/openrc-run
|
|
|
|
command="/usr/sbin/$SVCNAME"
|
|
command_args="${LCDD_OPTS:--s 1 -f}"
|
|
command_background=1
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
|
|
depend() {
|
|
need net logger
|
|
}
|