|
@@ -470,7 +470,7 @@ start_service() {
|
|
|
procd_set_param env TZ="$SET_TZ"
|
|
|
fi
|
|
|
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
|
|
- procd_set_param limits core="unlimited" nofile="unlimited"
|
|
|
+ procd_set_param limits core="unlimited" nofile="65535 65535"
|
|
|
procd_set_param stderr 1
|
|
|
procd_set_param command $binpath $ADDITIONAL_ARGS
|
|
|
procd_set_param file "$configpath" "/etc/hosts" "/etc/config/AdGuardHome"
|