#!/sbin/openrc-run # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/opentracker" command_background="yes" command_args="${OPENTRACKER_OPTS}" pidfile="/run/${RC_SVCNAME}.pid" user="${USER:-opentracker}" depend() { need net }