#!/sbin/runscript description="high performance ADC peer-to-peer hub" command="/usr/bin/uhub" command_args="-f -L -u uhub" extra_started_commands="reload" depend() { use net after bootmisc } reload() { /usr/bin/killall -HUP uhub }