#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 export DISABLE_PASSWORD_AUTH=true description="Beszel Monitor Hub" pidfile="/run/beszel-hub.pid" command_background=true command="/opt/beszel/beszel" command_args="serve --dir /opt/beszel/beszel_data --http 127.0.0.1:8099" command_user="beszel:beszel" depend() { need net }