#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="OliveTin" pidfile="/run/olivetin.pid" command_background=true command="/opt/olivetin/OliveTin" command_args="" output_log="/var/log/olivetin/olivetin.log" output_err="/var/log/olivetin/olivetin.log" depend() { need net }