#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 export PORT=45877 export KEY=put_here_your_unique_key description="Beszel Monitor Agent" pidfile="/run/beszel-agent.pid" command_background=true command="/opt/beszel/beszel-agent" command_args="" command_user="beszel:beszel" depend() { need net }