mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
10 lines
150 B
Text
10 lines
150 B
Text
#!/sbin/openrc-run
|
|
|
|
command="/usr/bin/npd6"
|
|
command_args="--foreground $ARGS"
|
|
command_background=true
|
|
pidfile="/run/npd6.pid"
|
|
|
|
depend() {
|
|
need net
|
|
}
|