apkbuilds @ 30c9446248cbf80e8e41c75d852ae0e39cbd71e0

 1#!/sbin/openrc-run
 2supervisor="supervise-daemon"
 3
 4name="jnfilter"
 5command="/usr/bin/jnfilter"
 6command_args="
 7    -addr ${addr}
 8"
 9command_background="yes"
10
11pidfile="/run/$RC_SVCNAME.pid"
12
13depend() {
14	use net
15}