#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Open Source Fit Tracker" pidfile="/run/fittrackee.pid" command_background=true command="/deposito/daemons/fittrackee/fittrackee_start.sh" command_args="" command_user="fittrackee:fittrackee" depend() { need net }