#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Web SSH console" pidfile="/run/wetty.pid" command_background=true command="/home/wetty/wetty_start.sh" command_args="" command_user="wetty:wetty" depend() { need net }