pull/103/merge
winds365 2025-09-14 22:21:25 +08:00 committed by GitHub
commit 965b8324b6
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 $?
}