#!/sbin/openrc-run name="$RC_SVCNAME" command="/app/bin/run.sh" command_background=true pidfile="/run/$RC_SVCNAME" depend() { need net }