Update xray

pull/103/head
winds365 2025-09-14 22:12:33 +08:00 committed by GitHub
parent b7410c4e2f
commit d752b7a3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ respawn_max=2
respawn_period=600
pidfile="/run/${RC_SVCNAME}.pid"
rc_ulimit="-n 1024000 -u 1024000"
capabilities="^cap_net_bind_service,^cap_net_admin,^cap_net_raw"
extra_commands="checkconfig"
@ -28,7 +27,7 @@ depend() {
checkconfig() {
export $env
$command $command_args -test
su ${command_user%:*} -s /bin/sh -c "$command $command_args -test"
eend $?
}