remove ia64 keywords
[gentoo-zh.git] / net-proxy / v2rayA / files / v2rayA.initd
blob69400f4b4fa16ccc928d557c0dbaca8d0f5a659f
1 #!/sbin/openrc-run
2 # Copyright 2022 Gentoo Authors
3 # Distributed under the terms of the GNU General Public License v2
5 name="v2rayA"
6 description="A Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel"
7 command="/usr/bin/v2raya"
8 command_args="${V2RAYA_OPTS}"
9 error_log="/var/log/v2raya/error.log"
10 pidfile="/run/${RC_SVCNAME}.pid"
11 command_background="yes"
13 depend() {
14         need net
15         after net