#!/sbin/openrc-run # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="v2rayA" description="A Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel" command="/usr/bin/v2raya" command_args="${V2RAYA_OPTS}" error_log="/var/log/v2raya/error.log" pidfile="/run/${RC_SVCNAME}.pid" command_background="yes" depend() { need net after net }